1
0
forked from aniani/vim

patch 8.2.4770: cannot easily mix expression and heredoc

Problem:    Cannot easily mix expression and heredoc.
Solution:   Support  in heredoc. (Yegappan Lakshmanan, closes #10138)
This commit is contained in:
Yegappan Lakshmanan
2022-04-17 12:47:40 +01:00
committed by Bram Moolenaar
parent 68aaff4697
commit efbfa867a1
6 changed files with 315 additions and 25 deletions

View File

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