commit | 9e68c32563d8c9ffe1ac04ecd4ccd730af66b97c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Dec 25 12:38:04 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Dec 25 12:38:04 2020 +0100 |
tree | 3c1d0640bf3bcf7bdc45bd5157fc4c194024c1d7 | |
parent | 4aab88d919168ce2ddf4845482f4cff9efa52b5b [diff] [blame] |
patch 8.2.2209: Vim9: return type of => lambda not parsed Problem: Vim9: return type of => lambda not parsed. Solution: Parse and use the return type.
diff --git a/src/version.c b/src/version.c index 50acca1..ba291af 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2209, +/**/ 2208, /**/ 2207,