runtime(doc): update default value for fillchars option Commit: https://github.com/vim/vim/commit/39cd9061b1f606776ec5e018a6cd330b976d07c1 Author: Yee Cheng Chin <ychin....@gmail.com> Date: Wed Nov 6 20:20:57 2024 +0100
runtime(doc): update default value for fillchars option closes: https://github.com/vim/vim/issues/15998 Signed-off-by: Yee Cheng Chin <ychin....@gmail.com> Signed-off-by: Christian Brabandt <c...@256bit.org> diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index 7a554dbb2..f9189e59a 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -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. -- -- 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/E1t8ljD-001xEA-Sy%40256bit.org.