updated for version 7.0166
diff --git a/src/normal.c b/src/normal.c
index c8e847a..71eefc4 100644
--- a/src/normal.c
+++ b/src/normal.c
@@ -4766,7 +4766,7 @@
 		}
 		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 @@
     cap->retval |= CA_COMMAND_BUSY;	/* don't call edit() now */
 }
 #endif
-