vim-patch:c4573eb12dba (#17258)

Update runtime files
c4573eb12d
This commit is contained in:
Christian Clason
2022-01-31 18:09:51 +01:00
committed by GitHub
parent 79b92da0d2
commit bddce4b0ff
7 changed files with 52 additions and 10 deletions

View File

@@ -771,6 +771,15 @@ You can set the indent for the first line after <script> and <style>
"auto" auto indent (same indent as the blocktag)
"inc" auto indent + one indent step
You can set the indent for attributes after an open <tag line: >
:let g:html_indent_attribute = 1
<
VALUE MEANING ~
1 auto indent, one indent step more than <tag
2 auto indent, two indent steps (default)
> 2 auto indent, more indent steps
Many tags increase the indent for what follows per default (see "Add Indent
Tags" in the script). You can add further tags with: >