1
0
forked from aniani/vim

patch 9.0.1296: calling an object method with arguments does not work

Problem:    Calling an object method with arguments does not work. (Ernie
            Rael)
Solution:   Take the argument count into account when looking up the object.
            (closes #11911)
This commit is contained in:
Bram Moolenaar
2023-02-10 15:52:25 +00:00
parent 6c41bedeed
commit 094cf9f4d5
3 changed files with 46 additions and 2 deletions

View File

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