commit | 080457c02d51f87e7d61ebd3e3aeef4468be939c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Mar 03 21:53:32 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Mar 03 21:53:32 2020 +0100 |
tree | 36adfda3a4226263e7b8f3b88622790d87880410 | |
parent | 6d69bf602b4ebdb195f02953a0b33c91ec08e599 [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index 9c5fca8..c0e1b91 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 350, +/**/ 349, /**/ 348,