commit | 2e693a88b24dc6b12883fad78ff2cb9cd4469c98 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Oct 16 22:35:02 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Oct 16 22:35:02 2019 +0200 |
tree | 51532c78977a6ef8307d2c290a5627d7fc32753c | |
parent | 4f2f61a014e80217a2d6ac476c8f94e250a3d0ff [diff] [blame] |
Update runtime files.
diff --git a/runtime/indent/testdir/yaml.ok b/runtime/indent/testdir/yaml.ok new file mode 100644 index 0000000..b97b2e5 --- /dev/null +++ b/runtime/indent/testdir/yaml.ok
@@ -0,0 +1,14 @@ +# vim: set ft=yaml sw=2 et : + +# START_INDENT +map1: + sub1: + - list item +map2: + - another list +# END_INDENT + +# START_INDENT +map: &anchor +map: val +# END_INDENT