summaryrefslogtreecommitdiff
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 97efe0cfb..c4f3a8393 100644
--- a/editors/vi.c
+++ b/editors/vi.c
@@ -2800,7 +2800,7 @@ static void refresh(int full_screen)
2800 format_line(buf, tp, li); 2800 format_line(buf, tp, li);
2801 2801
2802 // skip to the end of the current text[] line 2802 // skip to the end of the current text[] line
2803 while (tp < end && *tp++ != '\n') /*no-op*/ ; 2803 while (tp < end && *tp++ != '\n') /*no-op*/;
2804 2804
2805 // see if there are any changes between vitual screen and buf 2805 // see if there are any changes between vitual screen and buf
2806 changed = FALSE; // assume no change 2806 changed = FALSE; // assume no change