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:
@@ -13793,7 +13793,7 @@ f_spellsuggest(argvars, rettv)
|
|||||||
else
|
else
|
||||||
maxcount = 25;
|
maxcount = 25;
|
||||||
|
|
||||||
spell_suggest_list(&ga, str, maxcount);
|
spell_suggest_list(&ga, str, maxcount, FALSE);
|
||||||
|
|
||||||
for (i = 0; i < ga.ga_len; ++i)
|
for (i = 0; i < ga.ga_len; ++i)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user