1
0
forked from aniani/vim

patch 8.2.1868: Vim9: no error for missing space after comma in dict

Problem:    Vim9: no error for missing space after comma in dict.
Solution:   Check for white space. (closes #6672)
This commit is contained in:
Bram Moolenaar
2020-10-19 21:45:07 +02:00
parent 80b0e5ea11
commit 9a13e185e5
3 changed files with 8 additions and 0 deletions

View File

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