blob: 745d407764f68a126a695171bda7913aa4a0a891 [file] [log] [blame]
/* spellsuggest.c */
int spell_check_sps(void);
void spell_suggest(int count);
void spell_suggest_list(garray_T *gap, char_u *word, int maxcount, int need_cap, int interactive);
/* vim: set ft=c : */