diff src/version.c @ 23481:62fe9a7fd582 v8.2.2283

patch 8.2.2283: Vim9: crash when lambda has fewer arguments than expected Commit: https://github.com/vim/vim/commit/e68b02a1c40388bbb85e7b825bc538298963e1e1 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jan 3 13:09:51 2021 +0100 patch 8.2.2283: Vim9: crash when lambda has fewer arguments than expected Problem: Vim9: crash when lambda has fewer arguments than expected. Solution: Don't check arguments when already failed. (closes https://github.com/vim/vim/issues/7606)
author Bram Moolenaar <Bram@vim.org>
date Sun, 03 Jan 2021 13:15:04 +0100
parents 39d62cdde492
children ce7d6b461660
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    2283,
+/**/
     2282,
 /**/
     2281,