diff options
author | Christian Clason <c.clason@uni-graz.at> | 2024-02-29 18:27:01 +0100 |
---|---|---|
committer | Christian Clason <c.clason@uni-graz.at> | 2024-02-29 22:54:57 +0100 |
commit | 41f2cbe1710d2e177c113bf98e2002040336c42c (patch) | |
tree | c457b792a9d737d98cd20bbb110c084a08ffbee5 /runtime/doc | |
parent | c8299d15db16fb8305c95a2cb5af53668a007ef2 (diff) | |
download | rneovim-41f2cbe1710d2e177c113bf98e2002040336c42c.tar.gz rneovim-41f2cbe1710d2e177c113bf98e2002040336c42c.tar.bz2 rneovim-41f2cbe1710d2e177c113bf98e2002040336c42c.zip |
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 (limited to 'runtime/doc')
-rw-r--r-- | runtime/doc/indent.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/indent.txt b/runtime/doc/indent.txt index ba1033ee0a..c20143bc6e 100644 --- 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 |