Mercurial > vim
view src/proto/spellsuggest.pro @ 24072:25305dfc4c92
Added tag v8.2.2577 for changeset d36adba14e44c9ffe1aa4e014dcd8bf0d87c737b
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Mon, 08 Mar 2021 19:15:04 +0100 |
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 : */