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 b6d4dcf0d..d8492fe74 100644
--- a/editors/vi.c
+++ b/editors/vi.c
@@ -899,7 +899,7 @@ static void colon(char *buf)
899 if (c_is_no_print) { 899 if (c_is_no_print) {
900 c = '.'; 900 c = '.';
901 standout_start(); 901 standout_start();
902 } 902 }
903 if (c == '\n') { 903 if (c == '\n') {
904 write1("$\r"); 904 write1("$\r");
905 } else if (c < ' ' || c == 127) { 905 } else if (c < ' ' || c == 127) {