diff options
Diffstat (limited to 'editors/vi.c')
-rw-r--r-- | editors/vi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/vi.c b/editors/vi.c index 1122f9919..dc93bc424 100644 --- a/editors/vi.c +++ b/editors/vi.c | |||
@@ -2817,7 +2817,7 @@ static void refresh(int full_screen) | |||
2817 | int nic = ce-cs+1; | 2817 | int nic = ce-cs+1; |
2818 | char *out = (char*)sp+cs; | 2818 | char *out = (char*)sp+cs; |
2819 | 2819 | ||
2820 | while(nic-- > 0) { | 2820 | while (nic-- > 0) { |
2821 | putchar(*out); | 2821 | putchar(*out); |
2822 | out++; | 2822 | out++; |
2823 | } | 2823 | } |