commit | 24a8d06d7f4db0865f374ced2f4d4b57cbc5b9e4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jan 14 13:12:06 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jan 14 13:12:06 2023 +0000 |
tree | 35fbe252c9cebe7cbddd33892e079f3966af402c | |
parent | 034c350207931a7ff57c76536d4703f6da595919 [diff] [blame] |
patch 9.0.1198: abstract class not supported yet Problem: Abstract class not supported yet. Solution: Implement abstract class and add tests.
diff --git a/src/version.c b/src/version.c index 52eabb5..763c79d 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1198, +/**/ 1197, /**/ 1196,