view src/proto/spellsuggest.pro @ 31903:1cedb94012da

Added tag v9.0.1283 for changeset 1c5ef864fe4caa4106584c46147878bc754fe476
author Bram Moolenaar <Bram@vim.org>
date Sun, 05 Feb 2023 17:15: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 : */