diff src/version.c @ 21347:d636c7bbe9ab v8.2.1224

patch 8.2.1224: Vim9: arguments from partial are not used Commit: https://github.com/vim/vim/commit/a90afb9a590c92d537faeb16f9ccd282fc78aeff Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jul 15 22:38:56 2020 +0200 patch 8.2.1224: Vim9: arguments from partial are not used Problem: Vim9: arguments from partial are not used. Solution: Put the partial arguments on the stack. (closes https://github.com/vim/vim/issues/6460)
author Bram Moolenaar <Bram@vim.org>
date Wed, 15 Jul 2020 22:45:04 +0200
parents 5dd4cbc1e9e6
children 8488d9cc3ccd
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -755,6 +755,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1224,
+/**/
     1223,
 /**/
     1222,