view src/proto/spellsuggest.pro @ 19725:700b7d225e02

Added tag v8.2.0418 for changeset b3e93a05c3ca4e64b095065423b26f99aa787c31
author Bram Moolenaar <Bram@vim.org>
date Fri, 20 Mar 2020 18:30:06 +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 : */