1
0
forked from aniani/vim

patch 8.2.3269: Vim9: wrong argument check for partial

Problem:    Vim9: wrong argument check for partial. (Naohiro Ono)
Solution:   Handle getting return type without arguments. Correct the minimal
            number of arguments for what is included in the partial.
            (closes #8667)
This commit is contained in:
Bram Moolenaar
2021-08-01 15:40:31 +02:00
parent 73b8b0ae3a
commit f78da4f9d6
4 changed files with 44 additions and 24 deletions

View File

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