0
0
mirror of https://github.com/vim/vim.git synced 2025-09-24 03:44:06 -04:00

updated for version 7.0133

This commit is contained in:
Bram Moolenaar
2005-08-21 22:08:24 +00:00
parent 8aff23a13e
commit d12a132603
4 changed files with 220 additions and 95 deletions

View File

@@ -4689,7 +4689,7 @@ dozet:
case '?': /* "z?": suggestions for a badly spelled word */
if (!checkclearopq(cap->oap))
spell_suggest();
spell_suggest((int)cap->count0);
break;
#endif