diff options
| author | Björn Linse <bjorn.linse@gmail.com> | 2019-09-01 11:13:13 +0200 |
|---|---|---|
| committer | Björn Linse <bjorn.linse@gmail.com> | 2019-09-30 20:33:09 +0200 |
| commit | 8250d6795b06242c9edf4a37938c14e4b46875f0 (patch) | |
| tree | dec4f616e0ade74a929b5144de62f589a3874197 /runtime | |
| parent | 38d02d58b2d0fd5a533b66ec8ab433bc8a1668fe (diff) | |
| download | rneovim-8250d6795b06242c9edf4a37938c14e4b46875f0.tar.gz rneovim-8250d6795b06242c9edf4a37938c14e4b46875f0.tar.bz2 rneovim-8250d6795b06242c9edf4a37938c14e4b46875f0.zip | |
screen: don't crash on invalid grid cells being recomposed
Diffstat (limited to 'runtime')
| -rw-r--r-- | runtime/doc/options.txt | 8 |
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) |