commit | 7f14155f422ffcc997fc5a0b635a20a4bafd2093 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat May 09 17:35:53 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat May 09 17:35:53 2020 +0200 |
tree | 5267623a8ad8f42e16ef0e35570ebb6392918b8d | |
parent | 497f76bfbf9d5fe951221573d23696bb9e512c0b [diff] [blame] |
patch 8.2.0722: Vim9: not handling constant expression for elseif Problem: Vim9: not handling constant expression for elseif. Solution: Use postponed constants. Delete the code for evaluating a constant expression.
diff --git a/src/version.c b/src/version.c index f51f51d..741e3b3 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 722, +/**/ 721, /**/ 720,