diff src/edit.c @ 929:2448f4c8afc6 v7.0.055

updated for version 7.0-055
author vimboss
date Wed, 16 Aug 2006 14:23:04 +0000
parents 073f98f45a44
children c8cae82dee30
line wrap: on
line diff
--- 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);