commit | 5f91e74bf968c9033474086b2d9cb457281c8aa6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Mar 17 21:29:29 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Mar 17 21:29:29 2021 +0100 |
tree | 041be0bd7bf2994d992dc288ef301d719d0daa5d | |
parent | 3f32788000258aabe078b426e3d71962bee9d2d1 [diff] [blame] |
patch 8.2.2619: Vim9: no test for return type of lambda Problem: Vim9: no test for return type of lambda. Solution: Add a test.
diff --git a/src/version.c b/src/version.c index 6ac96ac..74eec46 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2619, +/**/ 2618, /**/ 2617,