summaryrefslogtreecommitdiffstats
path: root/src/proto/spellsuggest.pro
blob: 745d407764f68a126a695171bda7913aa4a0a891 (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);
/* vim: set ft=c : */