]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.4249: the timeout limit for spell suggestions is always 5000 v8.2.4249
authorBram Moolenaar <Bram@vim.org>
Sat, 29 Jan 2022 11:22:17 +0000 (11:22 +0000)
committerBram Moolenaar <Bram@vim.org>
Sat, 29 Jan 2022 11:22:17 +0000 (11:22 +0000)
commit585ee07cfef307b2fc828537e0d31fdc22d7e79f
tree7c39c5284f81ce21a3b5919c6ad0c6de3171ecbe
parenta0c4e2f2d7aa164d9d7692702c752ea063bd3a8c
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'.
runtime/doc/options.txt
src/spellsuggest.c
src/testdir/test_spell.vim
src/version.c