commit | 8367716a6e9589d61a771e6c329da05c9b55e61a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 08 19:54:10 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 08 19:54:10 2023 +0000 |
tree | 204db43661aad4e932fe0475a302378778457bf0 | |
parent | 7f8b2559a30e2e2a443c35b28e94c6b45ba7ae04 [diff] [blame] |
patch 9.0.1159: extends argument for class not implemented yet Problem: Extends argument for class not implemented yet. Solution: Basic implementation of "extends".
diff --git a/src/version.c b/src/version.c index 560fb9d..a9a5404 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1159, +/**/ 1158, /**/ 1157,