neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

commit 41f2cbe1710d2e177c113bf98e2002040336c42c
parent c8299d15db16fb8305c95a2cb5af53668a007ef2
Author: Christian Clason <c.clason@uni-graz.at>
Date:   Thu, 29 Feb 2024 18:27:01 +0100

vim-patch:8fad5d58874e

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.

https://github.com/vim/vim/commit/8fad5d58874ed724f673ac8a83739164cead3961

Co-authored-by: Christian Brabandt <cb@256bit.org>

Diffstat:
Mruntime/autoload/netrw.vim | 3++-
Mruntime/doc/indent.txt | 2+-
2 files changed, 3 insertions(+), 2 deletions(-)

diff --git 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 @@ -1228,7 +1228,7 @@ Three times shiftwidth is the default value. 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