mirror of
https://github.com/neovim/neovim.git
synced 2025-09-28 05:58:33 +00:00
eval: Split eval.c into smaller files
This commit is contained in:
@@ -3248,7 +3248,7 @@ static void spell_suggest_expr(suginfo_T *su, char_u *expr)
|
||||
add_suggestion(su, &su->su_ga, p, su->su_badlen,
|
||||
score, 0, true, su->su_sallang, false);
|
||||
}
|
||||
list_unref(list);
|
||||
tv_list_unref(list);
|
||||
}
|
||||
|
||||
// Remove bogus suggestions, sort and truncate at "maxcount".
|
||||
|
Reference in New Issue
Block a user