view src/proto/spellsuggest.pro @ 29586:41a11f07d54d

Added tag v9.0.0133 for changeset e357bc89bb95d42fdbd6b02c5d60b0df57da588e
author Bram Moolenaar <Bram@vim.org>
date Mon, 01 Aug 2022 23:30:04 +0200
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 : */