commit | 6481accd4086845cfce7548e06cb797c80587a98 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jan 11 21:14:17 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jan 11 21:14:17 2023 +0000 |
tree | 3d7be8192bf33602eae9203730c7a8d3e882f7de | |
parent | bcbfaf32e02a92a6d6d35fc409b1b16aa931e3fa [diff] [blame] |
patch 9.0.1181: class inheritance and typing insufficiently tested Problem: Class inheritance and typing insufficiently tested. Solution: Add more tests. Implement missing behavior.
diff --git a/src/version.c b/src/version.c index 5036e07..898cc6b 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1181, +/**/ 1180, /**/ 1179,