view src/proto/spellsuggest.pro @ 18507:5cab7eef0829

Added tag v8.1.2247 for changeset b065181f0408f092f664f756e7bfd4efc2dbce9c
author Bram Moolenaar <Bram@vim.org>
date Sun, 03 Nov 2019 18: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 : */