commit | 8de2f44ac6af2276587a2e44a0d5fe1dc6789eb3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Aug 14 21:49:08 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Aug 14 21:49:08 2020 +0200 |
tree | 661ceba4f5b59ef16ee32a7efab066a9e881a408 | |
parent | 8d56622944d563a79676e99532bd372b2bc6fa1f [diff] [blame] |
patch 8.2.1453: Vim9: failure to compile lambda not tested Problem: Vim9: failure to compile lambda not tested. Solution: Add a test case.
diff --git a/src/version.c b/src/version.c index 842af41..cebea64 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1453, +/**/ 1452, /**/ 1451,