updated for version 7.0185
diff --git a/src/normal.c b/src/normal.c
index e866250..310a6f0 100644
--- a/src/normal.c
+++ b/src/normal.c
@@ -3076,7 +3076,7 @@
}
/*
- * End visual mode.
+ * End Visual mode.
* This function should ALWAYS be called to end Visual mode, except from
* do_pending_operator().
*/
@@ -4843,7 +4843,7 @@
break;
case '=': /* "z=": suggestions for a badly spelled word */
- if (!checkclearopq(cap->oap))
+ if (!checkclearop(cap->oap))
spell_suggest((int)cap->count0);
break;
#endif