aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2019-04-24 11:23:32 +0200
committerGitHub <noreply@github.com>2019-04-24 11:23:32 +0200
commit24a9516ff41b69e649f0dac131ad20efbe19eb4b (patch)
tree3703fe68b2381407524033959e3e7721d7a7dbdc /runtime/doc
parent8c6f5b7f9268087bce8c136e81c1631a8f87abbe (diff)
parent37c7c964aef5f0d47c0bd0fb8abb15a5407e4b27 (diff)
downloadrneovim-24a9516ff41b69e649f0dac131ad20efbe19eb4b.tar.gz
rneovim-24a9516ff41b69e649f0dac131ad20efbe19eb4b.tar.bz2
rneovim-24a9516ff41b69e649f0dac131ad20efbe19eb4b.zip
Merge #9906 from janlazo/vim-8.0.0647
vim-patch:8.0.{647,768,797,1085,1092,1107,1133,1408}
Diffstat (limited to 'runtime/doc')
-rw-r--r--runtime/doc/options.txt10
1 files changed, 7 insertions, 3 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt
index 171fff8547..e773d27394 100644
--- a/runtime/doc/options.txt
+++ b/runtime/doc/options.txt
@@ -4528,10 +4528,14 @@ A jump table for the options with a short description can be found at |Q_op|.
'redrawtime' 'rdt' number (default 2000)
global
Time in milliseconds for redrawing the display. Applies to
- 'hlsearch', 'inccommand' and |:match| highlighting.
+ 'hlsearch', 'inccommand', |:match| highlighting and syntax
+ highlighting.
When redrawing takes more than this many milliseconds no further
- matches will be highlighted. This is used to avoid that Vim hangs
- when using a very complicated pattern.
+ matches will be highlighted.
+ For syntax highlighting the time applies per window. When over the
+ limit syntax highlighting is disabled until |CTRL-L| is used.
+ This is used to avoid that Vim hangs when using a very complicated
+ pattern.
*'regexpengine'* *'re'*
'regexpengine' 're' number (default 0)