Mercurial > vim
annotate src/proto/spellsuggest.pro @ 18523:b5f70c3bcb33
Added tag v8.1.2255 for changeset dfdc29643c910dce8dbd94fbb33425cddb36ae65
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Mon, 04 Nov 2019 23:30:04 +0100 |
parents | 6e53d83e021d |
children |
rev | line source |
---|---|
18172
6e53d83e021d
patch 8.1.2081: the spell.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
diff
changeset
|
1 /* spellsuggest.c */ |
6e53d83e021d
patch 8.1.2081: the spell.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
diff
changeset
|
2 int spell_check_sps(void); |
6e53d83e021d
patch 8.1.2081: the spell.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
diff
changeset
|
3 void spell_suggest(int count); |
6e53d83e021d
patch 8.1.2081: the spell.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
diff
changeset
|
4 void spell_suggest_list(garray_T *gap, char_u *word, int maxcount, int need_cap, int interactive); |
6e53d83e021d
patch 8.1.2081: the spell.c file is too big
Bram Moolenaar <Bram@vim.org>
parents:
diff
changeset
|
5 /* vim: set ft=c : */ |