aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc
diff options
context:
space:
mode:
authorBjörn Linse <bjorn.linse@gmail.com>2019-09-30 22:44:38 +0200
committerGitHub <noreply@github.com>2019-09-30 22:44:38 +0200
commit60b56ed458c6b35d5045959192b49da5a0ea84f3 (patch)
treedec4f616e0ade74a929b5144de62f589a3874197 /runtime/doc
parent38d02d58b2d0fd5a533b66ec8ab433bc8a1668fe (diff)
parent8250d6795b06242c9edf4a37938c14e4b46875f0 (diff)
downloadrneovim-60b56ed458c6b35d5045959192b49da5a0ea84f3.tar.gz
rneovim-60b56ed458c6b35d5045959192b49da5a0ea84f3.tar.bz2
rneovim-60b56ed458c6b35d5045959192b49da5a0ea84f3.zip
Merge pull request #11126 from bfredl/invalidcell-0.4
[release-0.4] screen: don't crash on invalid grid cells being recomposed
Diffstat (limited to 'runtime/doc')
-rw-r--r--runtime/doc/options.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt
index 188f7fc2e2..aefe8cfa05 100644
--- a/runtime/doc/options.txt
+++ b/runtime/doc/options.txt
@@ -4583,6 +4583,14 @@ A jump table for the options with a short description can be found at |Q_op|.
RedrawDebugRecompose guibg=Red redraw generated by the
compositor itself, due to a
grid being moved or deleted.
+ nothrottle Turn off throttling of the message grid. This is an
+ optimization that joins many small scrolls to one
+ larger scroll when drawing the message area (with
+ 'display' msgsep flag active).
+ invalid Enable stricter checking (abort) of inconsistencies
+ of the internal screen state. This is mosly
+ useful when running nvim inside a debugger (and
+ the test suite).
*'redrawtime'* *'rdt'*
'redrawtime' 'rdt' number (default 2000)