blob: 25ffc77d99a019de6f872eb5cadfbefe69880bdc (
plain)
1
2
3
4
5
|
/* 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);
/* mnv: set ft=c : */
|