commit | 2ea95b61f4bec9b71cf916eebe8d11abc76617a0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Nov 19 21:47:56 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Nov 19 21:47:56 2020 +0100 |
tree | 0bf9914214c629f0dfb7e749c931e0cc2159f8d4 | |
parent | 67d1c68f095eb6cbb6355b04972e384d23065c2c [diff] [blame] |
patch 8.2.2018: Vim9: script variable not found from lambda Problem: Vim9: script variable not found from lambda. Solution: In a lambda also check the script hashtab for a variable without a scope. (closes #7329)
diff --git a/src/version.c b/src/version.c index 03f8a3f..ebfe94c 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2018, +/**/ 2017, /**/ 2016,