runtime(doc,netrw): update "Last Change header", remove trailing whitespace
Commit: https://github.com/vim/vim/commit/8fad5d58874ed724f673ac8a83739164cead3961 Author: Christian Brabandt <[email protected]> Date: Thu Feb 29 18:12:30 2024 +0100 runtime(doc,netrw): update "Last Change header", remove trailing whitespace Update Last-Change Header for netrw and doc/indent.txt, fix a trailing whitespace in indent.txt and make CI happy. Signed-off-by: Christian Brabandt <[email protected]> diff --git a/runtime/autoload/netrw.vim b/runtime/autoload/netrw.vim index 850e5a40f..2206c21ad 100644 --- a/runtime/autoload/netrw.vim +++ b/runtime/autoload/netrw.vim @@ -6,7 +6,8 @@ " Last Change: " 2023 Nov 21 by Vim Project: ignore wildignore when expanding $COMSPEC (v173a) " 2023 Nov 22 by Vim Project: fix handling of very long filename on longlist style (v173a) -" 2024 Feb 19 by Vim Project (announce adoption) +" 2024 Feb 19 by Vim Project: (announce adoption) +" 2024 Feb 29 by Vim Project: handle symlinks in tree mode correctly " Former Maintainer: Charles E Campbell " GetLatestVimScripts: 1075 1 :AutoInstall: netrw.vim " Copyright: Copyright (C) 2016 Charles E. Campbell {{{1 diff --git a/runtime/doc/indent.txt b/runtime/doc/indent.txt index 9fb6dd9f2..fe24505ed 100644 --- a/runtime/doc/indent.txt +++ b/runtime/doc/indent.txt @@ -1,4 +1,4 @@ -*indent.txt* For Vim version 9.1. Last change: 2023 Dec 27 +*indent.txt* For Vim version 9.1. Last change: 2024 Feb 29 VIM REFERENCE MANUAL by Bram Moolenaar @@ -1257,7 +1257,7 @@ It's supported for backward compatibility. YAML *ft-yaml-indent* -By default, the yaml indent script does not try to detect multiline scalars. +By default, the yaml indent script does not try to detect multiline scalars. If you want to enable this, set the following variable: > let g:yaml_indent_multiline_scalar = 1 -- -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_dev/E1rfjzq-0096X5-LP%40256bit.org.
