aboutsummaryrefslogtreecommitdiff
path: root/editors/vi.c
diff options
context:
space:
mode:
Diffstat (limited to 'editors/vi.c')
-rw-r--r--editors/vi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/vi.c b/editors/vi.c
index 4decbea17..a24b72303 100644
--- a/editors/vi.c
+++ b/editors/vi.c
@@ -1210,7 +1210,7 @@ static int next_tabstop(int col)
1210} 1210}
1211 1211
1212//----- Synchronize the cursor to Dot -------------------------- 1212//----- Synchronize the cursor to Dot --------------------------
1213static void sync_cursor(char *d, int *row, int *col) 1213static NOINLINE void sync_cursor(char *d, int *row, int *col)
1214{ 1214{
1215 char *beg_cur; // begin and end of "d" line 1215 char *beg_cur; // begin and end of "d" line
1216 char *tp; 1216 char *tp;