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:
zeertzjq
2025-05-10 22:11:55 +08:00
committed by GitHub
parent 44a6e5ea99
commit f38f92931a
3 changed files with 6 additions and 9 deletions

View File

@ -2363,9 +2363,8 @@ vim.bo.ft = vim.bo.filetype
--- 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 ~