view src/proto/spellsuggest.pro @ 28257:6d2b5c2178e2 v8.2.4654

patch 8.2.4654: missing changes for import check Commit: https://github.com/vim/vim/commit/49d008d96b80d17e9770b066031aaaf9495761e2 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Mar 31 11:51:21 2022 +0100 patch 8.2.4654: missing changes for import check Problem: Missing changes for import check. Solution: Add missing changes.
author Bram Moolenaar <Bram@vim.org>
date Thu, 31 Mar 2022 13:00:03 +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 : */