runtime(doc): clarify single/multibyte support for 'fillchars' Commit: https://github.com/vim/vim/commit/0553f2ff0d170db3f4649a7aaa74b635b1101eed Author: Hirohito Higashi <h.east....@gmail.com> Date: Sat May 10 14:56:17 2025 +0200
runtime(doc): clarify single/multibyte support for 'fillchars' closes: https://github.com/vim/vim/issues/17287 Co-authored-by: zeertzjq <zeert...@outlook.com> Signed-off-by: Hirohito Higashi <h.east....@gmail.com> Signed-off-by: Christian Brabandt <c...@256bit.org> diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index f3824cdbf..5563a0524 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -1,4 +1,4 @@ -*options.txt* For Vim version 9.1. Last change: 2025 May 08 +*options.txt* For Vim version 9.1. Last change: 2025 May 10 VIM REFERENCE MANUAL by Bram Moolenaar @@ -3663,9 +3663,8 @@ A jump table for the options with a short description can be found at |Q_op|. Example: > :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 name highlight group ~ -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to vim_dev+unsubscr...@googlegroups.com. To view this discussion visit https://groups.google.com/d/msgid/vim_dev/E1uDjoD-001yIk-0Y%40256bit.org.