commit | 58b40092e616585a763cf4d214d47ccd9167d6f7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jan 11 15:59:05 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jan 11 15:59:05 2023 +0000 |
tree | d0b7b8411f134511a3b46792ee016af9f8f60539 | |
parent | ad15a39fdbde5ef8d4af9e0fca7e7e53b4843270 [diff] [blame] |
patch 9.0.1178: a child class cannot override functions from a base class Problem: A child class cannot override functions from a base class. Solution: Allow overriding and implement "super".
diff --git a/src/version.c b/src/version.c index 2565fcd..1c8bf60 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1178, +/**/ 1177, /**/ 1176,