diff --git a/src/eval.c b/src/eval.c
index 80d46a95b65a1b9bba4e2ac229eee82f35b5530b..6b8d736ef1609cbf5a3212728912332fdeed4c65 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)
 	{