1
0
forked from aniani/vim

patch 8.2.1889: Vim9: errornous error for missing white space after {}

Problem:    Vim9: errornous error for missing white space after {}.
Solution:   Don't skip over white space after {}. (issue #7167)
This commit is contained in:
Bram Moolenaar
2020-10-22 19:00:01 +02:00
parent e6e70a10f1
commit b07a39de48
3 changed files with 9 additions and 1 deletions

View File

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