1
0
forked from aniani/vim

patch 8.2.1328: no space allowed before comma in list

Problem:    No space allowed before comma in list.
Solution:   Legacy Vim script allows it. (closes #6577)
This commit is contained in:
Bram Moolenaar
2020-07-30 22:14:33 +02:00
parent f4ee528086
commit 4d4d1cd5c8
4 changed files with 17 additions and 2 deletions

View File

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