diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-08-21 22:08:24 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-08-21 22:08:24 +0000 |
commit | d12a1326031d82c0292718731c1ecbdf086cf00c (patch) | |
tree | b4c628e987c8ed7847c2b4872f901479dda23fea /src/normal.c | |
parent | 8aff23a13e69dd6290e9a6f2c3aeb4b486f28279 (diff) | |
download | vim-git-d12a1326031d82c0292718731c1ecbdf086cf00c.tar.gz |
updated for version 7.0133
Diffstat (limited to 'src/normal.c')
-rw-r--r-- | src/normal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/normal.c b/src/normal.c index 857866f44..f8fd9e238 100644 --- a/src/normal.c +++ b/src/normal.c @@ -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 |