summaryrefslogtreecommitdiff
path: root/src/edit.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2006-08-16 14:23:04 +0000
committerBram Moolenaar <Bram@vim.org>2006-08-16 14:23:04 +0000
commit5495cc9fdf37079bd4b8e6545c9b504ef7a4d596 (patch)
treeb6bdba1012ca696ef6ee68ee1a12a85d87218346 /src/edit.c
parent18a0b1286b7770b42163c63246a6d4a4ff2bcf55 (diff)
downloadvim-git-5495cc9fdf37079bd4b8e6545c9b504ef7a4d596.tar.gz
updated for version 7.0-055v7.0.055
Diffstat (limited to 'src/edit.c')
-rw-r--r--src/edit.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/edit.c b/src/edit.c
index bf0f01420..4ee21d5f3 100644
--- a/src/edit.c
+++ b/src/edit.c
@@ -882,6 +882,7 @@ edit(cmdchar, startln, count)
/* Close the cmdline window. */
cmdwin_result = K_IGNORE;
got_int = FALSE; /* don't stop executing autocommands et al. */
+ nomove = TRUE;
goto doESCkey;
}
#endif
@@ -2414,6 +2415,7 @@ set_completion(startcol, list)
compl_matches = ins_compl_make_cyclic();
compl_started = TRUE;
compl_used_match = TRUE;
+ compl_cont_status = 0;
compl_curr_match = compl_first_match;
ins_complete(Ctrl_N);