commit | 32e351179eacfc84f64cd5029e221582d400bb38 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu May 14 22:41:15 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu May 14 22:41:15 2020 +0200 |
tree | f82085603b8f50db86eed7c2d39f9922aa35eebd | |
parent | e06a28f5e30f439545ac125d54ffc4e6bd6daada [diff] [blame] |
patch 8.2.0753: Vim9: expressions are evaluated in the discovery phase Problem: Vim9: expressions are evaluated in the discovery phase. Solution: Bail out if an expression is not a constant. Require a type for declared constants.
diff --git a/src/version.c b/src/version.c index 3f67db4..ad56b7a 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 753, +/**/ 752, /**/ 751,