commit | 749639ec7248740cd271f34ec5f7bb70891b459c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Aug 27 23:08:47 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Aug 27 23:08:47 2020 +0200 |
tree | 88facbb4e5f84b1c84897832fa36f79965168a06 | |
parent | 3988f64f9d512fd809d4a600b020638bf2c7d7ec [diff] [blame] |
patch 8.2.1529: Vim9: :elseif may be compiled when not needed Problem: Vim9: :elseif may be compiled when not needed. Solution: Do evaluate the :elseif expression.
diff --git a/src/version.c b/src/version.c index fed8f14..fcc8a46 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1529, +/**/ 1528, /**/ 1527,