]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
runtime(doc): update default value for fillchars option
authorYee Cheng Chin <ychin.git@gmail.com>
Wed, 6 Nov 2024 19:20:57 +0000 (20:20 +0100)
committerChristian Brabandt <cb@256bit.org>
Wed, 6 Nov 2024 19:20:57 +0000 (20:20 +0100)
closes: #15998

Signed-off-by: Yee Cheng Chin <ychin.git@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/options.txt

index 7a554dbb284e7b5eac4061ddda7818da3a8f0db4..f9189e59ad32b56f86e433bc34ba2d72512f44c9 100644 (file)
@@ -1,4 +1,4 @@
-*options.txt*  For Vim version 9.1.  Last change: 2024 Nov 02
+*options.txt*  For Vim version 9.1.  Last change: 2024 Nov 06
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
@@ -3515,7 +3515,7 @@ A jump table for the options with a short description can be found at |Q_op|.
        Only alphanumeric characters, '-' and '_' can be used.
 
                                                *'fillchars'* *'fcs'*
-'fillchars' 'fcs'      string  (default "vert:|,fold:-,eob:~")
+'fillchars' 'fcs'      string  (default "vert:|,fold:-,eob:~,lastline:@")
                        global or local to window |global-local|
        Characters to fill the statuslines, vertical separators and special
        lines in the window.