commit | 093165c899f1620543844d1c1a7a05975697c286 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Aug 22 13:35:31 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Aug 22 13:35:31 2021 +0200 |
tree | 2f70c53ba7537c6c3d195a7b82d6a6e84af0c6c0 | |
parent | bf5f2878333da934a8bdc560bf0bcf9a88ff86a1 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 1130e6f..ca5402f 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3366, +/**/ 3365, /**/ 3364,