commit | 90770b746ea2e72954c536d8acf41d241ca2f37e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Nov 30 20:57:38 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Nov 30 20:57:38 2021 +0000 |
tree | 29dfeade0969a6c703499e9d4146ffc4ad9b46d3 | |
parent | 42eba04522d6be04393f59a9eab47833e7594650 [diff] [blame] |
patch 8.2.3707: Vim9: constant expression of elseif not recognized Problem: Vim9: constant expression of elseif not recognized. Solution: Set instruction count before generating the expression.
diff --git a/src/version.c b/src/version.c index 601055a..e29cb31 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3707, +/**/ 3706, /**/ 3705,