commit | 6ac69ed9a23fcbccc54574ded1cbab5065e19c41 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Sep 03 12:09:07 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Sep 03 12:09:07 2022 +0100 |
tree | 933e6d9b26eaa6665da58cfc72c47fc765861fb7 | |
parent | 91a874eb88eff2df9b8fdd64ccf98eed337823cf [diff] [blame] |
patch 9.0.0366: cannot use import->Func() in lambda Problem: Cannot use import->Func() in lambda. (Israel Chauca Fuentes) Solution: Adjust how an expression in a lambda is parsed. (closes #11042)
diff --git a/src/version.c b/src/version.c index 3d9a9c7..1c685d1 100644 --- a/src/version.c +++ b/src/version.c
@@ -708,6 +708,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 366, +/**/ 365, /**/ 364,