aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/options.txt
diff options
context:
space:
mode:
authorChristian Clason <c.clason@uni-graz.at>2022-06-23 15:57:51 +0200
committerGitHub <noreply@github.com>2022-06-23 15:57:51 +0200
commitc00a3f45d47840e36c97c87e2ddf1dd2bcc2c2f7 (patch)
tree70106c58f08ac71355eb8d953b0b003094aa0ede /runtime/doc/options.txt
parent3c85fd817ee57793503b29202ce07166f0a48480 (diff)
downloadrneovim-c00a3f45d47840e36c97c87e2ddf1dd2bcc2c2f7.tar.gz
rneovim-c00a3f45d47840e36c97c87e2ddf1dd2bcc2c2f7.tar.bz2
rneovim-c00a3f45d47840e36c97c87e2ddf1dd2bcc2c2f7.zip
vim-patch:8cc5b559f700 (#19066)
Update runtime files https://github.com/vim/vim/commit/8cc5b559f70041361612b8a6a87922503b33baa6
Diffstat (limited to 'runtime/doc/options.txt')
-rw-r--r--runtime/doc/options.txt8
1 files changed, 6 insertions, 2 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt
index 5d227a702c..20805377d8 100644
--- a/runtime/doc/options.txt
+++ b/runtime/doc/options.txt
@@ -2475,8 +2475,9 @@ A jump table for the options with a short description can be found at |Q_op|.
< This is similar to the default, except that these characters will also
be used when there is highlighting.
- For "stl" and "stlnc" single-byte and multibyte characters are
- supported. But double-width characters are not supported.
+ For the "stl", "stlnc", "foldopen", "foldclose" and "foldsep" items
+ single-byte and multibyte characters are supported. But double-width
+ characters are not supported.
The highlighting used for these items:
item highlight group ~
@@ -3667,6 +3668,9 @@ A jump table for the options with a short description can be found at |Q_op|.
executing macros, registers and other commands that have not been
typed. Also, updating the window title is postponed. To force an
update use |:redraw|.
+ This may occasionally cause display errors. It is only meant to be set
+ temporarily when performing an operation where redrawing may cause
+ flickering or cause a slow down.
*'linebreak'* *'lbr'* *'nolinebreak'* *'nolbr'*
'linebreak' 'lbr' boolean (default off)