view src/proto/spellsuggest.pro @ 32151:0538bf460cfa

Added tag v9.0.1406 for changeset 3923c5051b87f17545baeb08acad10cd9f27adf1
author Bram Moolenaar <Bram@vim.org>
date Thu, 16 Mar 2023 13:30: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 : */