1
0
forked from aniani/vim

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 #8492)
This commit is contained in:
Bram Moolenaar
2021-07-04 20:20:52 +02:00
parent b7480cd893
commit 97f227d9c9
4 changed files with 32 additions and 3 deletions

View File

@@ -755,6 +755,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
3105,
/**/
3104,
/**/