0
0
mirror of https://github.com/vim/vim.git synced 2025-07-26 11:04:33 -04:00

patch 8.2.4857: Yaml indent for multiline is wrong

Problem:    Yaml indent for multiline is wrong.
Solution:   Adjust patterns. (closes #10328, closes #8740)
This commit is contained in:
asmka 2022-05-02 10:46:49 +01:00 committed by Bram Moolenaar
parent 2890c0b9d2
commit f4f579b46b
3 changed files with 14 additions and 0 deletions

View File

@ -17,3 +17,9 @@ map: val
map: multiline
value
# END_INDENT
# START_INDENT
map: |
line1
line2
# END_INDENT

View File

@ -17,3 +17,9 @@ map: val
map: multiline
value
# END_INDENT
# START_INDENT
map: |
line1
line2
# END_INDENT

View File

@ -746,6 +746,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
4857,
/**/
4856,
/**/