0
0
mirror of https://github.com/vim/vim.git synced 2025-09-27 04:14:06 -04:00

updated for version 7.0128

This commit is contained in:
Bram Moolenaar
2005-08-11 20:11:38 +00:00
parent 488c6512d9
commit 8c45cdf4cf

View File

@@ -13793,7 +13793,7 @@ f_spellsuggest(argvars, rettv)
else
maxcount = 25;
spell_suggest_list(&ga, str, maxcount);
spell_suggest_list(&ga, str, maxcount, FALSE);
for (i = 0; i < ga.ga_len; ++i)
{