diff options
Diffstat (limited to 'editors')
-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 1e5ef44fb..bbaac50df 100644 --- a/editors/vi.c +++ b/editors/vi.c | |||
@@ -1457,7 +1457,7 @@ static void colon(char *buf) | |||
1457 | } | 1457 | } |
1458 | #endif /* FEATURE_VI_SEARCH */ | 1458 | #endif /* FEATURE_VI_SEARCH */ |
1459 | } else if (strncmp(cmd, "version", i) == 0) { // show software version | 1459 | } else if (strncmp(cmd, "version", i) == 0) { // show software version |
1460 | status_line(BB_VER " " BB_BT); | 1460 | status_line(BB_VER); |
1461 | } else if (strncmp(cmd, "write", i) == 0 // write text to file | 1461 | } else if (strncmp(cmd, "write", i) == 0 // write text to file |
1462 | || strncmp(cmd, "wq", i) == 0 | 1462 | || strncmp(cmd, "wq", i) == 0 |
1463 | || strncmp(cmd, "wn", i) == 0 | 1463 | || strncmp(cmd, "wn", i) == 0 |