view src/proto/spellsuggest.pro @ 26531:b8398b0fb0ed

Added tag v8.2.3794 for changeset 2fbd05a873e3a3afe3a662aefe727ff8cdde41c0
author Bram Moolenaar <Bram@vim.org>
date Mon, 13 Dec 2021 12:45: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 : */