1
0
forked from aniani/vim

patch 8.2.0350: Vim9: expression tests don't use recognized constants

Problem:    Vim9: expression tests don't use recognized constants.
Solution:   Recognize "true" and "false" as constants.  Make skipping work for
            assignment and expression evaluation.
This commit is contained in:
Bram Moolenaar
2020-03-03 21:53:32 +01:00
parent 6d69bf602b
commit 080457c02d
2 changed files with 252 additions and 156 deletions

View File

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