comparison src/version.c @ 25137:34f18d4081af v8.2.3105

patch 8.2.3105: Vim9: type of partial is wrong when it has arguments Commit: https://github.com/vim/vim/commit/97f227d9c9351f12138d923ffdf9232dc5520bef Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jul 4 20:20:52 2021 +0200 patch 8.2.3105: Vim9: type of partial is wrong when it has arguments Problem: Vim9: type of partial is wrong when it has arguments. Solution: Subtract arguments from the count. (issue https://github.com/vim/vim/issues/8492)
author Bram Moolenaar <Bram@vim.org>
date Sun, 04 Jul 2021 20:30:03 +0200
parents 5731bcaaabcb
children 7fa520b85244
comparison
equal deleted inserted replaced
25136:d838f9187c57 25137:34f18d4081af
753 NULL 753 NULL
754 }; 754 };
755 755
756 static int included_patches[] = 756 static int included_patches[] =
757 { /* Add new patch number below this line */ 757 { /* Add new patch number below this line */
758 /**/
759 3105,
758 /**/ 760 /**/
759 3104, 761 3104,
760 /**/ 762 /**/
761 3103, 763 3103,
762 /**/ 764 /**/