commit | 585ee07cfef307b2fc828537e0d31fdc22d7e79f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jan 29 11:22:17 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jan 29 11:22:17 2022 +0000 |
tree | 7c39c5284f81ce21a3b5919c6ad0c6de3171ecbe | |
parent | a0c4e2f2d7aa164d9d7692702c752ea063bd3a8c [diff] [blame] |
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'.
diff --git a/src/version.c b/src/version.c index 13de4a4..0e95130 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4249, +/**/ 4248, /**/ 4247,