1
0
forked from aniani/vim

patch 9.0.1466: cannot use an object member name as a method argument

Problem:    Cannot use an object member name as a method argument.
Solution:   Do not give an error for using an object member name for a method
            argument. (Hirohito Higashi, closes #12241, closes #12225)
            Fix line number for other argument error.
This commit is contained in:
h-east
2023-04-18 19:07:29 +01:00
committed by Bram Moolenaar
parent 89f9ffbe81
commit 61378a1542
3 changed files with 22 additions and 18 deletions

View File

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