1
0
forked from aniani/vim

patch 8.2.1361: error for white space after expression in assignment

Problem:    Error for white space after expression in assignment.
Solution:   Skip over white space. (closes #6617)
This commit is contained in:
Bram Moolenaar
2020-08-04 15:53:01 +02:00
parent f96e9dec63
commit 6a25026262
3 changed files with 6 additions and 0 deletions

View File

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