Mercurial > vim
view src/proto/spellsuggest.pro @ 21448:ce67668c796f
Added tag v8.2.1274 for changeset 369cde0d57710fe4aa0af92feb07a22a6365eec6
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Thu, 23 Jul 2020 13:15:07 +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 : */