1
0
forked from aniani/vim

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)
This commit is contained in:
Bram Moolenaar
2022-01-02 14:08:18 +00:00
parent b3bd1d39e6
commit 2b4ecc2c31
3 changed files with 61 additions and 16 deletions

View File

@@ -750,6 +750,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
3981,
/**/
3980,
/**/