aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc
diff options
context:
space:
mode:
authorChristian Clason <c.clason@uni-graz.at>2022-01-31 18:09:51 +0100
committerGitHub <noreply@github.com>2022-01-31 18:09:51 +0100
commitbddce4b0ff0eb7ac1f652eea6fce81b3e2cc5044 (patch)
tree22ca9a4d8b86b84d4a1a273d2b251f10057b347d /runtime/doc
parent79b92da0d289d1adcd0bb27c7ee5786be460c166 (diff)
downloadrneovim-bddce4b0ff0eb7ac1f652eea6fce81b3e2cc5044.tar.gz
rneovim-bddce4b0ff0eb7ac1f652eea6fce81b3e2cc5044.tar.bz2
rneovim-bddce4b0ff0eb7ac1f652eea6fce81b3e2cc5044.zip
vim-patch:c4573eb12dba (#17258)
Update runtime files https://github.com/vim/vim/commit/c4573eb12dba6a062af28ee0b8938d1521934ce4
Diffstat (limited to 'runtime/doc')
-rw-r--r--runtime/doc/indent.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/runtime/doc/indent.txt b/runtime/doc/indent.txt
index a76f8636f8..d0d4ddad32 100644
--- a/runtime/doc/indent.txt
+++ b/runtime/doc/indent.txt
@@ -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: >