diff options
-rw-r--r-- | editors/vi.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/editors/vi.c b/editors/vi.c index 7de55d1..8d9d04a 100644 --- a/editors/vi.c +++ b/editors/vi.c @@ -4462,7 +4462,6 @@ static void edit_file(char *fn) mark[26] = mark[27] = text; // init "previous context" #endif - last_search_char = '\0'; #if ENABLE_FEATURE_VI_CRASHME last_input_char = '\0'; #endif @@ -4489,7 +4488,6 @@ static void edit_file(char *fn) #if ENABLE_FEATURE_VI_DOT_CMD free(ioq_start); ioq_start = NULL; - lmc_len = 0; adding2q = 0; #endif |