diff options
author | zeertzjq <zeertzjq@outlook.com> | 2022-01-16 18:44:28 +0800 |
---|---|---|
committer | zeertzjq <zeertzjq@outlook.com> | 2022-01-16 19:54:27 +0800 |
commit | be15ac06badbea6b11390ad7d9c2ddd4aea73480 (patch) | |
tree | 34a1c9fa827b7e51f82272cbe7ef6af2f3f98494 /runtime | |
parent | 7085e5b0c8588618e643c87802afc515f67812d9 (diff) | |
download | rneovim-be15ac06badbea6b11390ad7d9c2ddd4aea73480.tar.gz rneovim-be15ac06badbea6b11390ad7d9c2ddd4aea73480.tar.bz2 rneovim-be15ac06badbea6b11390ad7d9c2ddd4aea73480.zip |
feat(statusline): support multibyte fillchar
This includes a partial port of Vim patch 8.2.2569 and some changes to
nvim_eval_statusline() to allow a multibyte fillchar. Literally every
line of C code touched by that patch has been refactored in Nvim, and
that patch contains some irrelevant foldcolumn tests I'm not sure how to
port (as Nvim's foldcolumn behavior has diverged from Vim's).
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/options.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index 06236741c2..cd374a0b05 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -2458,7 +2458,8 @@ 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" only single-byte values are supported. + For "stl" and "stlnc" single-byte and multibyte characters are + supported. But double-width characters are not supported. The highlighting used for these items: item highlight group ~ |