Home
last modified time | relevance | path

Searched refs:spell_suggest_expr (Results 1 – 1 of 1) sorted by relevance

/vim-8.2.3635/src/
H A Dspellsuggest.c202 static void spell_suggest_expr(suginfo_T *su, char_u *expr);
859 spell_suggest_expr(su, buf + 5); in spell_find_suggest()
890 spell_suggest_expr(suginfo_T *su, char_u *expr) in spell_suggest_expr() function