view src/proto/spellsuggest.pro @ 27526:891948e114b4

Added tag v8.2.4290 for changeset 27694b525305edd67dd850ebc7a038391289ac94
author Bram Moolenaar <Bram@vim.org>
date Thu, 03 Feb 2022 15:45:05 +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 : */