runtime(doc): reword and reformat how to use defaults.vim Commit: https://github.com/vim/vim/commit/fdd1819b5facf83f8c4804accfc5de9ae5c11965 Author: Max Coplan <mchc...@gmail.com> Date: Sun Sep 15 19:40:52 2024 +0200
runtime(doc): reword and reformat how to use defaults.vim closes: https://github.com/vim/vim/issues/15663 closes: https://github.com/vim/vim/issues/15668 Signed-off-by: Max Coplan <mchc...@gmail.com> Signed-off-by: Christian Brabandt <c...@256bit.org> diff --git a/runtime/doc/starting.txt b/runtime/doc/starting.txt index 02885e6c5..84bf30f0c 100644 --- a/runtime/doc/starting.txt +++ b/runtime/doc/starting.txt @@ -1,4 +1,4 @@ -*starting.txt* For Vim version 9.1. Last change: 2024 Sep 05 +*starting.txt* For Vim version 9.1. Last change: 2024 Sep 15 VIM REFERENCE MANUAL by Bram Moolenaar @@ -1077,9 +1077,10 @@ This should work well for new Vim users. If you create your own .vimrc, it is recommended to add these lines somewhere near the top: > unlet! skip_defaults_vim source $VIMRUNTIME/defaults.vim -Then Vim works like before you had a .vimrc. Copying $VIMRUNTIME/vimrc_example -is way to do this. Alternatively, you can copy defaults.vim to your .vimrc -and modify it (but then you won't get updates when it changes). +Then Vim works like before you had a .vimrc. +Copying $VIMRUNTIME/vimrc_example.vim to your .vimrc is another way to do +this. Alternatively, you can copy defaults.vim to your .vimrc and modify it +(but then you won't get updates when it changes). If you don't like some of the defaults, you can still source defaults.vim and revert individual settings. See the defaults.vim file for hints on how to -- -- 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 on the web visit https://groups.google.com/d/msgid/vim_dev/E1sptXZ-0019Sx-DR%40256bit.org.