commit | d12a1326031d82c0292718731c1ecbdf086cf00c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Aug 21 22:08:24 2005 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Aug 21 22:08:24 2005 +0000 |
tree | b4c628e987c8ed7847c2b4872f901479dda23fea | |
parent | 8aff23a13e69dd6290e9a6f2c3aeb4b486f28279 [diff] [blame] |
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