diff src/version.c @ 30057:9c141768fa0f v9.0.0366

patch 9.0.0366: cannot use import->Func() in lambda Commit: https://github.com/vim/vim/commit/6ac69ed9a23fcbccc54574ded1cbab5065e19c41 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Sep 3 12:09:07 2022 +0100 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 https://github.com/vim/vim/issues/11042)
author Bram Moolenaar <Bram@vim.org>
date Sat, 03 Sep 2022 13:15:03 +0200
parents 0acf2a20c357
children e4f23b4244ff
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -708,6 +708,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    366,
+/**/
     365,
 /**/
     364,