]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.3366: Vim9: debugging elseif does not stop before condition v8.2.3366
authorBram Moolenaar <Bram@vim.org>
Sun, 22 Aug 2021 11:35:31 +0000 (13:35 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 22 Aug 2021 11:35:31 +0000 (13:35 +0200)
commit093165c899f1620543844d1c1a7a05975697c286
tree2f70c53ba7537c6c3d195a7b82d6a6e84af0c6c0
parentbf5f2878333da934a8bdc560bf0bcf9a88ff86a1
patch 8.2.3366: Vim9: debugging elseif does not stop before condition

Problem:    Vim9: debugging elseif does not stop before condition.
Solution:   Move debug statement to after the jump. (closes #8781)
src/testdir/test_vim9_disassemble.vim
src/version.c
src/vim9compile.c