0
0
mirror of https://github.com/vim/vim.git synced 2025-09-27 04:14:06 -04:00

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)
This commit is contained in:
Bram Moolenaar
2022-03-03 15:11:20 +00:00
parent 1fc34225ac
commit 28bf649a57
3 changed files with 45 additions and 0 deletions

View File

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