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:
parent
2890c0b9d2
commit
f4f579b46b
@ -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,
|
||||||
/**/
|
/**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user