commit | 4cae845ce32797bcae845aacf740ed865b479f34 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 15 15:51:48 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 15 15:51:48 2023 +0000 |
tree | 331dbd900521e9d5cf70d55ecf22c8547da6c66b | |
parent | 474f226582dcd8a4570fcb4d7d3e5a3b27279470 [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index 9427081..e4674e4 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1201, +/**/ 1200, /**/ 1199,