commit | 0346b799fc228a3b48967ca0747e6b23586dbaa6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 31 22:18:29 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 31 22:18:29 2021 +0100 |
tree | 9cbcb1f9e27e0eeab9d11cbd387776ec4f515697 | |
parent | e507ff15d52653dad3054ddc0073708977621c0c [diff] [blame] |
patch 8.2.2445: Vim9: no proper error for lambda missing return type Problem: Vim9: no proper error for lambda missing return type. Solution: Check for this error. (closes #7758)
diff --git a/src/version.c b/src/version.c index b320943..9fa14cb 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2445, +/**/ 2444, /**/ 2443,