commit | 6bafdd41cbf8c06bc00f19dcf4e1c8292460b4dd | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 01 12:58:33 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 01 12:58:33 2023 +0000 |
tree | 8a3152f458b00bf0c4bf0e09fee13416e2da1d8f | |
parent | 9f2d97efe28d32d6e4960e41e80413713f8d1d18 [diff] [blame] |
patch 9.0.1123: class function not implemented yet Problem: Class function not implemented yet. Solution: Implement defining and calling a class function.
diff --git a/src/version.c b/src/version.c index 84fe1ba..531d7bc 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1123, +/**/ 1122, /**/ 1121,