1
0
forked from aniani/vim

patch 8.2.1274: Vim9: no error for missing white space at script level

Problem:    Vim9: no error for missing white space in assignment at script
            level.
Solution:   Check for white space. (closes #6495)
This commit is contained in:
Bram Moolenaar
2020-07-23 13:11:37 +02:00
parent c69950ac17
commit 63be3d4ba0
5 changed files with 36 additions and 10 deletions

View File

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