commit | 7ce7daf6cd6a7ed27eac060699026640b4b239a8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Dec 10 18:42:12 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Dec 10 18:42:12 2022 +0000 |
tree | bb6ddd44c1e6133c82ce791d9568405723f251af | |
parent | 6c87bbb4e45515e70ac1728cabd1451063bf427d [diff] [blame] |
patch 9.0.1045: in a class object members cannot be initialized Problem: In a class object members cannot be initialized. Solution: Support initializing object members. Make "dissassemble" work on an object method.
diff --git a/src/version.c b/src/version.c index bc22ab1..fa77295 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1045, +/**/ 1044, /**/ 1043,