commit | 2949cfdbe4335b9abcfeda1be4dfc52090ee1df6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Dec 31 21:28:47 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Dec 31 21:28:47 2020 +0100 |
tree | c52ad04115de4f66f1ad0af46b48bf7b4043d06f | |
parent | adc8e4464563a2952c10362d396bb4a9f28cd12d [diff] [blame] |
patch 8.2.2257: Vim9: using -> for lambda is ambiguous Problem: Vim9: using -> for lambda is ambiguous. Solution: Stop supporting ->, must use =>.
diff --git a/src/version.c b/src/version.c index 75813ed..f5d57e2 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2257, +/**/ 2256, /**/ 2255,