view src/proto/spellsuggest.pro @ 19294:ce326aab4a79

Added tag v8.2.0205 for changeset 104c163131ccef02d48c2ffdbe721c42b508077d
author Bram Moolenaar <Bram@vim.org>
date Mon, 03 Feb 2020 23:00: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 : */