commit | ffdaca9e6f3d39af6857ac52ced9385df203a152 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Dec 09 21:41:48 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Dec 09 21:41:48 2022 +0000 |
tree | 04ed8cbe05e072413dd394828d7661167ad63b6c | |
parent | 148bcd361097f85a1a51c408e7412d60c76df14d [diff] [blame] |
patch 9.0.1041: cannot define a method in a class Problem: Cannot define a method in a class. Solution: Implement defining an object method. Make calling an object method work.
diff --git a/src/version.c b/src/version.c index 5e0bf4f..10d9313 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1041, +/**/ 1040, /**/ 1039,