view src/proto/spellsuggest.pro @ 23980:bee8c78c0c6a v8.2.2532

patch 8.2.2532: Vim9: confusing error if :k is used with a range Commit: https://github.com/vim/vim/commit/ada1d870b4a818151cfba1c18962af2369b88df9 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Feb 20 08:16:51 2021 +0100 patch 8.2.2532: Vim9: confusing error if :k is used with a range Problem: Vim9: confusing error if :k is used with a range. Solution: Give an error about the range. (issue https://github.com/vim/vim/issues/7874)
author Bram Moolenaar <Bram@vim.org>
date Sat, 20 Feb 2021 08:30:03 +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 : */