commit | 6d69bf602b4ebdb195f02953a0b33c91ec08e599 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Mar 03 19:02:12 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Mar 03 19:02:12 2020 +0100 |
tree | 7d71e141b9288746edc1f2f100067709510b03e0 | |
parent | 5381c7a1628eeca81a46b811158be4cd47ba5815 [diff] [blame] |
patch 8.2.0349: Vim9: constant expression not well tested Problem: Vim9: constant expression not well tested. Solution: Add tests for "if" with constant expression.
diff --git a/src/version.c b/src/version.c index d595d17..9c5fca8 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 349, +/**/ 348, /**/ 347,