commit | fbbcd00367e1a4fafd047d42ffce0e5dce88925c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Oct 15 12:46:44 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Oct 15 12:46:44 2020 +0200 |
tree | 93f997f2b6fad6457ff728399b8be9da35ad1ead | |
parent | 8d739de43b84ef7817b3b5b826d1cbfe7572a62a [diff] [blame] |
patch 8.2.1846: Vim9: block variables are not found in compiled function Problem: Vim9: variables declared in a local block are not found in when a function is compiled. Solution: Look for script variables in sn_all_vars.
diff --git a/src/version.c b/src/version.c index 2fdb1a5..06a51f6 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1846, +/**/ 1845, /**/ 1844,