aboutsummaryrefslogtreecommitdiff
path: root/runtime/indent/testdir
diff options
context:
space:
mode:
authorJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2021-04-28 08:39:30 -0400
committerJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2021-04-28 21:29:57 -0400
commit565783be4b42ec8cf2d24543b7d501499c6a1091 (patch)
tree1f80eb628fdc0aa84d75d765e7830a8cf5114f44 /runtime/indent/testdir
parent04a4bbbe56fd6cbc164730cb9beab4ec6fefe3b0 (diff)
downloadrneovim-565783be4b42ec8cf2d24543b7d501499c6a1091.tar.gz
rneovim-565783be4b42ec8cf2d24543b7d501499c6a1091.tar.bz2
rneovim-565783be4b42ec8cf2d24543b7d501499c6a1091.zip
vim-patch:acc224064033
Update runtime files https://github.com/vim/vim/commit/acc224064033e5cea21ef7f1eefb356ca06ff11d Omit 'quickfixtextfunc'. Omit ftplugin/man.vim.
Diffstat (limited to 'runtime/indent/testdir')
-rw-r--r--runtime/indent/testdir/yaml.in5
-rw-r--r--runtime/indent/testdir/yaml.ok5
2 files changed, 10 insertions, 0 deletions
diff --git a/runtime/indent/testdir/yaml.in b/runtime/indent/testdir/yaml.in
index e3d77e2543..8515e1752c 100644
--- a/runtime/indent/testdir/yaml.in
+++ b/runtime/indent/testdir/yaml.in
@@ -12,3 +12,8 @@ map2:
map: &anchor
map: val
# END_INDENT
+
+# START_INDENT
+map: multiline
+value
+# END_INDENT
diff --git a/runtime/indent/testdir/yaml.ok b/runtime/indent/testdir/yaml.ok
index b97b2e5896..5ca2871fc9 100644
--- a/runtime/indent/testdir/yaml.ok
+++ b/runtime/indent/testdir/yaml.ok
@@ -12,3 +12,8 @@ map2:
map: &anchor
map: val
# END_INDENT
+
+# START_INDENT
+map: multiline
+ value
+# END_INDENT