updated for version 7.0133
diff --git a/src/normal.c b/src/normal.c
index 857866f..f8fd9e2 100644
--- a/src/normal.c
+++ b/src/normal.c
@@ -4689,7 +4689,7 @@
 
     case '?':	/* "z?": suggestions for a badly spelled word  */
 		if (!checkclearopq(cap->oap))
-		    spell_suggest();
+		    spell_suggest((int)cap->count0);
 		break;
 #endif