commit | 28bf649a5732ffe5a47951b5e437b765cebc5b38 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Mar 03 15:11:20 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Mar 03 15:11:20 2022 +0000 |
tree | 25b5a1c3796dc675bf3a32d7016bb6946fed3386 | |
parent | 1fc34225acbee5ddca2b9ec3f82b3014d385b7f8 [diff] [blame] |
patch 8.2.4499: Vim9: at the script level declarations leak to next block Problem: Vim9: at the script level declarations leak from try block to catch and finally block. Solution: End the block and start a new one. (closes #9883)
diff --git a/src/version.c b/src/version.c index 6131427..c6a9f73 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4499, +/**/ 4498, /**/ 4497,