comparison src/version.c @ 24402:009a540f16a6 v8.2.2741

patch 8.2.2741: Vim9: Partial call does not check right arguments Commit: https://github.com/vim/vim/commit/1088b69451c739c698cf4c2003c2b994458ad18b Author: Bram Moolenaar <Bram@vim.org> Date: Fri Apr 9 22:12:44 2021 +0200 patch 8.2.2741: Vim9: Partial call does not check right arguments Problem: Vim9: Partial call does not check right arguments. Solution: Adjust the offset for whether the partial is before or after the arguments. (closes #8091)
author Bram Moolenaar <Bram@vim.org>
date Fri, 09 Apr 2021 22:15:03 +0200
parents 62e978382fa0
children a2a7d2d6e724
comparison
equal deleted inserted replaced
24401:02f699297c92 24402:009a540f16a6
748 NULL 748 NULL
749 }; 749 };
750 750
751 static int included_patches[] = 751 static int included_patches[] =
752 { /* Add new patch number below this line */ 752 { /* Add new patch number below this line */
753 /**/
754 2741,
753 /**/ 755 /**/
754 2740, 756 2740,
755 /**/ 757 /**/
756 2739, 758 2739,
757 /**/ 759 /**/