Bram Moolenaar | 46a426c | 2019-09-27 12:41:56 +0200 | [diff] [blame] | 1 | /* spellsuggest.c */ |
2 | int spell_check_sps(void); | ||||
3 | void spell_suggest(int count); | ||||
4 | void spell_suggest_list(garray_T *gap, char_u *word, int maxcount, int need_cap, int interactive); | ||||
5 | /* vim: set ft=c : */ |