commit | fcdc5d83fbfd7ddce634769ea902e58c87f27f20 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Oct 10 19:07:09 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Oct 10 19:07:09 2020 +0200 |
tree | eefebdaddad609fcd533c83744099629bd8d6112 | |
parent | 28f224b2c1bd2fcdee7b4fe2c64826e1cff08f39 [diff] [blame] |
patch 8.2.1824: Vim9: variables at the script level escape their scope Problem: Vim9: variables at the script level escape their scope. Solution: When leaving a scope remove variables declared in it.
diff --git a/src/version.c b/src/version.c index e30c02d..e7e863b 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1824, +/**/ 1823, /**/ 1822,