diff options
Diffstat (limited to '')
-rw-r--r-- | src/proto/spellsuggest.pro | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/proto/spellsuggest.pro b/src/proto/spellsuggest.pro new file mode 100644 index 0000000..745d407 --- /dev/null +++ b/src/proto/spellsuggest.pro @@ -0,0 +1,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 : */ |