diff src/normal.c @ 1051:e14d0a530351 v7.0.177

updated for version 7.0-177
author vimboss
date Tue, 05 Dec 2006 20:43:17 +0000
parents 98d1c149be76
children c82da8beb64a
line wrap: on
line diff
--- a/src/normal.c
+++ b/src/normal.c
@@ -651,9 +651,8 @@ normal_cmd(oap, toplevel)
 	/* Fake a "c"hange command.  When "restart_edit" is set (e.g., because
 	 * 'insertmode' is set) fake a "d"elete command, Insert mode will
 	 * restart automatically.
-	 * Insert the typed character in the typeahead buffer, so that it will
-	 * be mapped in Insert mode.  Required for ":lmap" to work.  May cause
-	 * mapping a character from ":vnoremap"... */
+	 * Insert the typed character in the typeahead buffer, so that it can
+	 * be mapped in Insert mode.  Required for ":lmap" to work. */
 	ins_char_typebuf(c);
 	if (restart_edit != 0)
 	    c = 'd';