1
0
forked from aniani/vim

patch 8.2.4249: the timeout limit for spell suggestions is always 5000

Problem:    The timeout limit for spell suggestions is always 5000 milli
            seconds.
Solution:   Add the "timeout" entry to 'spellsuggest'.
This commit is contained in:
Bram Moolenaar
2022-01-29 11:22:17 +00:00
parent a0c4e2f2d7
commit 585ee07cfe
4 changed files with 34 additions and 5 deletions

View File

@@ -750,6 +750,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
4249,
/**/
4248,
/**/