diff src/normal.c @ 584:5953bf5509ec

updated for version 7.0166
author vimboss
date Sat, 10 Dec 2005 20:15:02 +0000
parents c85bf6a4999b
children 6a91f35b354d
line wrap: on
line diff
--- a/src/normal.c
+++ b/src/normal.c
@@ -4766,7 +4766,7 @@ dozet:
 		}
 		break;
 
-    case '?':	/* "z?": suggestions for a badly spelled word  */
+    case '=':	/* "z=": suggestions for a badly spelled word  */
 		if (!checkclearopq(cap->oap))
 		    spell_suggest((int)cap->count0);
 		break;
@@ -8799,4 +8799,3 @@ nv_cursorhold(cap)
     cap->retval |= CA_COMMAND_BUSY;	/* don't call edit() now */
 }
 #endif
-