mirror of
https://github.com/neovim/neovim
synced 2025-07-16 01:01:49 +00:00
vim-patch:0553f2f: runtime(doc): clarify single/multibyte support for 'fillchars' (#33941)
closes: vim/vim#17287
0553f2ff0d
Co-authored-by: Hirohito Higashi <h.east.727@gmail.com>
This commit is contained in:
@ -3085,9 +3085,8 @@ local options = {
|
||||
Example: >vim
|
||||
set fillchars=stl:\ ,stlnc:\ ,vert:│,fold:·,diff:-
|
||||
<
|
||||
For the "stl", "stlnc", "foldopen", "foldclose" and "foldsep" items
|
||||
single-byte and multibyte characters are supported. But double-width
|
||||
characters are not supported. |E1512|
|
||||
All items support single-byte and multibyte characters. But
|
||||
double-width characters are not supported. |E1512|
|
||||
|
||||
The highlighting used for these items:
|
||||
item highlight group ~
|
||||
|
Reference in New Issue
Block a user