summaryrefslogtreecommitdiffstats
path: root/runtime/doc/options.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-01-29 11:22:17 +0000
committerBram Moolenaar <Bram@vim.org>2022-01-29 11:22:17 +0000
commit585ee07cfef307b2fc828537e0d31fdc22d7e79f (patch)
tree7c39c5284f81ce21a3b5919c6ad0c6de3171ecbe /runtime/doc/options.txt
parenta0c4e2f2d7aa164d9d7692702c752ea063bd3a8c (diff)
patch 8.2.4249: the timeout limit for spell suggestions is always 5000v8.2.4249
Problem: The timeout limit for spell suggestions is always 5000 milli seconds. Solution: Add the "timeout" entry to 'spellsuggest'.
Diffstat (limited to 'runtime/doc/options.txt')
-rw-r--r--runtime/doc/options.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt
index 55e3cf8ba5..199c261761 100644
--- a/runtime/doc/options.txt
+++ b/runtime/doc/options.txt
@@ -7363,6 +7363,12 @@ A jump table for the options with a short description can be found at |Q_op|.
suggestions is never more than the value of 'lines'
minus two.
+ timeout:{millisec} Limit the time searching for suggestions to
+ {millisec} milli seconds. Applies to the following
+ methods. When omitted the limit is 5000. When
+ negative there is no limit. {only works when built
+ with the +reltime feature}
+
file:{filename} Read file {filename}, which must have two columns,
separated by a slash. The first column contains the
bad word, the second column the suggested good word.