commit | 2b4ecc2c31c00df6e1c8ad46a3e4eabb1f1f84e3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 02 14:08:18 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 02 14:08:18 2022 +0000 |
tree | 44ed777fd6e6573bb26f7d821cf1ac1133470fb8 | |
parent | b3bd1d39e68e2d697c014b9f85482c2c12a3f909 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 2ca87fe..521fe39 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3981, +/**/ 3980, /**/ 3979,