forked from aniani/vim
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:
@@ -17,3 +17,9 @@ map: val
|
|||||||
map: multiline
|
map: multiline
|
||||||
value
|
value
|
||||||
# END_INDENT
|
# END_INDENT
|
||||||
|
|
||||||
|
# START_INDENT
|
||||||
|
map: |
|
||||||
|
line1
|
||||||
|
line2
|
||||||
|
# END_INDENT
|
||||||
|
@@ -17,3 +17,9 @@ map: val
|
|||||||
map: multiline
|
map: multiline
|
||||||
value
|
value
|
||||||
# END_INDENT
|
# END_INDENT
|
||||||
|
|
||||||
|
# START_INDENT
|
||||||
|
map: |
|
||||||
|
line1
|
||||||
|
line2
|
||||||
|
# END_INDENT
|
||||||
|
@@ -746,6 +746,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
4857,
|
||||||
/**/
|
/**/
|
||||||
4856,
|
4856,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user