1
0
forked from aniani/vim

patch 8.2.2393: Vim9: error message when script line starts with "[{"

Problem:    Vim9: error message when script line starts with "[{".
Solution:   Do not give an error for checking for end of list.
This commit is contained in:
Bram Moolenaar
2021-01-22 22:06:56 +01:00
parent 402115f1c2
commit 4bce26bb70
3 changed files with 10 additions and 1 deletions

View File

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