1
0
forked from aniani/vim

patch 9.0.1201: assignment with operator doesn't work in object method

Problem:    Assignment with operator doesn't work in object method.
Solution:   Handle loading the object member. (closes #11820)  Add a few more
            tests.
This commit is contained in:
Bram Moolenaar
2023-01-15 15:51:48 +00:00
parent 474f226582
commit 4cae845ce3
3 changed files with 72 additions and 0 deletions

View File

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