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 1f997e8e5..2645afe87 100644 --- a/editors/vi.c +++ b/editors/vi.c | |||
@@ -4327,7 +4327,7 @@ static void do_cmd(int c) | |||
4327 | c1 = get_one_char(); | 4327 | c1 = get_one_char(); |
4328 | // ZQ means to exit without saving | 4328 | // ZQ means to exit without saving |
4329 | if (c1 == 'Q') { | 4329 | if (c1 == 'Q') { |
4330 | editing=0; | 4330 | editing = 0; |
4331 | optind = cmdline_filecnt; | 4331 | optind = cmdline_filecnt; |
4332 | break; | 4332 | break; |
4333 | } | 4333 | } |