commit | d47d52232bf21036c5c89081458be7eaf2630d24 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Dec 09 20:43:55 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Dec 09 20:43:55 2018 +0100 |
tree | 5b7031e52717248256f1d4d4307f241bce046184 | |
parent | 37402ed53475166cd988edbea1269fa4e9918dc4 [diff] [blame] |
Update runtime files.
diff --git a/runtime/indent/testdir/html.in b/runtime/indent/testdir/html.in new file mode 100644 index 0000000..9c776d6 --- /dev/null +++ b/runtime/indent/testdir/html.in
@@ -0,0 +1,26 @@ +" vim: set ft=html sw=4 : + + +" START_INDENT +<div> +<div> +text +</div> +</div> + +<div +class="foo bar"> +text +</div> + +<div class="foo bar" +data="something"> +text +</div> + +<div class="foo +bar"> +text +</div> + +" END_INDENT