comparison 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
comparison
equal deleted inserted replaced
21346:ec94b49cdca6 21347:d636c7bbe9ab
752 NULL 752 NULL
753 }; 753 };
754 754
755 static int included_patches[] = 755 static int included_patches[] =
756 { /* Add new patch number below this line */ 756 { /* Add new patch number below this line */
757 /**/
758 1224,
757 /**/ 759 /**/
758 1223, 760 1223,
759 /**/ 761 /**/
760 1222, 762 1222,
761 /**/ 763 /**/