view src/proto/spellsuggest.pro @ 18523:b5f70c3bcb33

Added tag v8.1.2255 for changeset dfdc29643c910dce8dbd94fbb33425cddb36ae65
author Bram Moolenaar <Bram@vim.org>
date Mon, 04 Nov 2019 23:30: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 : */