diff src/version.c @ 23009:1fa84623fc68 v8.2.2051

patch 8.2.2051: Vim9: crash when aborting a user function call Commit: https://github.com/vim/vim/commit/34c54eb6cbda5dbc14376c8b1c62ad11d4852793 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Nov 25 19:15:19 2020 +0100 patch 8.2.2051: Vim9: crash when aborting a user function call Problem: Vim9: crash when aborting a user function call. Solution: Do not use the return value when aboring. (closes https://github.com/vim/vim/issues/7372)
author Bram Moolenaar <Bram@vim.org>
date Wed, 25 Nov 2020 19:30:04 +0100
parents 7cb072acc5c0
children ec23d84a096d
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 */
 /**/
+    2051,
+/**/
     2050,
 /**/
     2049,