1
0
forked from aniani/vim

patch 8.2.3124: Vim9: no error for white space between option and "=9"

Problem:    Vim9: no error for white space between option and "=9".
Solution:   Check for extraneous white space. (issue #8408)
This commit is contained in:
Bram Moolenaar
2021-07-08 17:35:36 +02:00
parent 1594f31345
commit deb108ba0a
3 changed files with 57 additions and 1 deletions

View File

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