1
0
forked from aniani/vim

patch 8.2.1372: Vim9: no error for missing white space around operator

Problem:    Vim9: no error for missing white space around operator.
Solution:   Check for white space around ? and :.
This commit is contained in:
Bram Moolenaar
2020-08-05 12:44:41 +02:00
parent 3c1c9fd94b
commit fdac71c507
3 changed files with 61 additions and 4 deletions

View File

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