]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.3981: Vim9: debugging a for loop doesn't stop before it starts v8.2.3981
authorBram Moolenaar <Bram@vim.org>
Sun, 2 Jan 2022 14:08:18 +0000 (14:08 +0000)
committerBram Moolenaar <Bram@vim.org>
Sun, 2 Jan 2022 14:08:18 +0000 (14:08 +0000)
commit2b4ecc2c31c00df6e1c8ad46a3e4eabb1f1f84e3
tree44ed777fd6e6573bb26f7d821cf1ac1133470fb8
parentb3bd1d39e68e2d697c014b9f85482c2c12a3f909
patch 8.2.3981: Vim9: debugging a for loop doesn't stop before it starts

Problem:    Vim9: debugging a for loop doesn't stop before it starts.
Solution:   Keep the DEBUG instruction before the expression is evaluated.
            (closes #9456)
src/testdir/test_vim9_disassemble.vim
src/version.c
src/vim9cmds.c