1
0
forked from aniani/vim

patch 8.2.0469: Vim9: no error for missing ] after list

Problem:    Vim9: no error for missing ] after list.
Solution:   Add error message. Add more tests.
This commit is contained in:
Bram Moolenaar
2020-03-28 21:38:06 +01:00
parent 7c003aa314
commit ee619e5bc0
6 changed files with 15 additions and 2 deletions

View File

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