commit | 88421d6dc812a2f3b0eab34740f174c9558cb734 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jul 24 14:14:52 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jul 24 14:14:52 2021 +0200 |
tree | 46827e25c442a42bea8946ded58bdd8d0f1da4a7 | |
parent | 1a3e5747b7df7ddda312bbfd18e04fc2122001fb [diff] [blame] |
patch 8.2.3209: Vim9: lambda doesn't find block-local variable Problem: Vim9: lambda doesn't find block-local variable. Solution: Adjust how a script-local variable is found. (closes #8614)
diff --git a/src/version.c b/src/version.c index 64622c3..76c6db9 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3209, +/**/ 3208, /**/ 3207,