]> granicus.if.org Git - vim/commit
patch 8.2.1529: Vim9: :elseif may be compiled when not needed v8.2.1529
authorBram Moolenaar <Bram@vim.org>
Thu, 27 Aug 2020 21:08:47 +0000 (23:08 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 27 Aug 2020 21:08:47 +0000 (23:08 +0200)
commit749639ec7248740cd271f34ec5f7bb70891b459c
tree88facbb4e5f84b1c84897832fa36f79965168a06
parent3988f64f9d512fd809d4a600b020638bf2c7d7ec
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.
src/testdir/test_vim9_expr.vim
src/version.c
src/vim9compile.c