Mercurial > vim
view src/proto/spellsuggest.pro @ 22599:2770f748e76e
Added tag v8.2.1847 for changeset c7ef64b85e9b5d90bf41f162d8f2b217e68f95f1
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Thu, 15 Oct 2020 14:00:04 +0200 |
parents | 6e53d83e021d |
children |
line wrap: on
line source
/* 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 : */