view src/proto/spellsuggest.pro @ 27500:0fb94e0df02d

Added tag v8.2.4277 for changeset df414fc12eede551a8c126f7b3dd15314174319e
author Bram Moolenaar <Bram@vim.org>
date Mon, 31 Jan 2022 20:00:06 +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 : */