From: Bram Moolenaar Date: Thu, 11 Aug 2005 20:11:38 +0000 (+0000) Subject: updated for version 7.0128 X-Git-Tag: v7.0128 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8c45cdf4cfc93dc045c8179b58faafc8826393de;p=vim updated for version 7.0128 --- diff --git a/src/eval.c b/src/eval.c index 80d46a95b..6b8d736ef 100644 --- a/src/eval.c +++ b/src/eval.c @@ -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) {