commit | f4f579b46b27f5e1689912a3e84c6a2a96efd143 | [log] [tgz] |
---|---|---|
author | asmka <asmka9@gmail.com> | Mon May 02 10:46:49 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon May 02 10:46:49 2022 +0100 |
tree | c8979e834cb2976984ef93806ea711229c3a741c | |
parent | 2890c0b9d2416489d48bc47567378503997fef84 [diff] [blame] |
patch 8.2.4857: Yaml indent for multiline is wrong Problem: Yaml indent for multiline is wrong. Solution: Adjust patterns. (closes #10328, closes #8740)
diff --git a/runtime/indent/testdir/yaml.ok b/runtime/indent/testdir/yaml.ok index 5ca2871..becdb1b 100644 --- a/runtime/indent/testdir/yaml.ok +++ b/runtime/indent/testdir/yaml.ok
@@ -17,3 +17,9 @@ map: multiline value # END_INDENT + +# START_INDENT +map: | + line1 + line2 +# END_INDENT