commit | c754b4cc98253e1935d3ea5790bc60869c7bc091 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Dec 25 15:24:23 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Dec 25 15:24:23 2020 +0100 |
tree | 53fd5fec3b9c4e849d552473c7bceaf033add07f | |
parent | b2f9e0e2c537bcde16dab3b62687a17e17849ce1 [diff] [blame] |
patch 8.2.2212: Vim9: lambda with => does not work at the script level Problem: Vim9: lambda with => does not work at the script level. Solution: Make it work.
diff --git a/src/version.c b/src/version.c index 762e912..75a1e4b 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2212, +/**/ 2211, /**/ 2210,