diff src/version.c @ 28952:ba083decce5d v8.2.4998

patch 8.2.4998: Vim9: crash when using multiple funcref() Commit: https://github.com/vim/vim/commit/bce69d65dd41020ea1d727337a3baf9e95b40c35 Author: Bram Moolenaar <Bram@vim.org> Date: Sun May 22 13:45:52 2022 +0100 patch 8.2.4998: Vim9: crash when using multiple funcref() Problem: Vim9: crash when using multiple funcref(). Solution: Check if varargs type is NULL. (closes https://github.com/vim/vim/issues/10467)
author Bram Moolenaar <Bram@vim.org>
date Sun, 22 May 2022 15:00:02 +0200
parents 44481ae7c7ce
children 0a7b2b0d8c7f
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -735,6 +735,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    4998,
+/**/
     4997,
 /**/
     4996,