1
0
forked from aniani/vim

patch 8.1.1723: heredoc assignment has no room for new features

Problem:    Heredoc assignment has no room for new features. (FUJIWARA Takuya)
Solution:   Require the marker does not start with a lower case character.
            (closes #4705)
This commit is contained in:
Bram Moolenaar
2019-07-21 14:14:26 +02:00
parent 61343f0c44
commit 2458200729
4 changed files with 39 additions and 15 deletions

View File

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