blob: 745d407764f68a126a695171bda7913aa4a0a891 [file] [log] [blame]
Bram Moolenaar46a426c2019-09-27 12:41:56 +02001/* spellsuggest.c */
2int spell_check_sps(void);
3void spell_suggest(int count);
4void spell_suggest_list(garray_T *gap, char_u *word, int maxcount, int need_cap, int interactive);
5/* vim: set ft=c : */