aboutsummaryrefslogtreecommitdiff
path: root/runtime/indent/testdir/xml.ok
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2019-07-29 02:42:51 +0200
committerJustin M. Keyes <justinkz@gmail.com>2019-07-29 20:50:07 +0200
commitaa680f6acb84b876584cbe5c958d50c692154c75 (patch)
treec034205a78a1b272e8b381c001a03c9a9983de04 /runtime/indent/testdir/xml.ok
parentc8f34a9a3efa6e260e97c9c064f7e6cb8a099aa9 (diff)
downloadrneovim-aa680f6acb84b876584cbe5c958d50c692154c75.tar.gz
rneovim-aa680f6acb84b876584cbe5c958d50c692154c75.tar.bz2
rneovim-aa680f6acb84b876584cbe5c958d50c692154c75.zip
vim-patch:9d87a37ee9d8
Update runtime files. https://github.com/vim/vim/commit/9d87a37ee9d87f5bdbc779bc940d5f1e6f055d0a
Diffstat (limited to 'runtime/indent/testdir/xml.ok')
-rw-r--r--runtime/indent/testdir/xml.ok40
1 files changed, 20 insertions, 20 deletions
diff --git a/runtime/indent/testdir/xml.ok b/runtime/indent/testdir/xml.ok
index a8e2c92a16..529198572a 100644
--- a/runtime/indent/testdir/xml.ok
+++ b/runtime/indent/testdir/xml.ok
@@ -1,32 +1,32 @@
-<!-- vim: set ft=xml ts=2 sw=0 sts=-1 et : -->
+<!-- vim: set ft=xml ts=8 sw=0 sts=-1 et : -->
<!-- START_INDENT -->
<?xml version="1.0" encoding="utf-8"?>
<tag0>
- <tag1>
- <!-- comment -->
- <tag2>
- <tag3/>
- </tag2>
- <!-- text comment -->
+ <tag1>
+ <!-- comment -->
+ <tag2>
+ <tag3/>
+ </tag2>
+ <!-- text comment -->
- <!--
- text comment
- -->
- </tag1>
- <!--
- text comment
- end coment -->
+ <!--
+ text comment
+ -->
+ </tag1>
+ <!--
+ text comment
+ end coment -->
</tag0>
<!-- END_INDENT -->
<!-- START_INDENT -->
<?xml version="1.0" encoding="utf-8"?>
<tag0>
- <tag1>
- <!-- comment -->
- <tag2>
- <tag3/>
- </tag2>
- </tag1>
+ <tag1>
+ <!-- comment -->
+ <tag2>
+ <tag3/>
+ </tag2>
+ </tag1>
</tag0>
<!-- END_INDENT -->