]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
runtime(doc): clarify single/multibyte support for 'fillchars'
authorHirohito Higashi <h.east.727@gmail.com>
Sat, 10 May 2025 12:56:17 +0000 (14:56 +0200)
committerChristian Brabandt <cb@256bit.org>
Sat, 10 May 2025 12:56:17 +0000 (14:56 +0200)
closes: #17287

Co-authored-by: zeertzjq <zeertzjq@outlook.com>
Signed-off-by: Hirohito Higashi <h.east.727@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/options.txt

index f3824cdbf3d6ff2b51c8aed6ee3bb456f65ad635..5563a05243fbe7a22c70cc714222b1870e91dfc5 100644 (file)
@@ -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 ~