commit | 94674f2223aafeaa4690f25e12f3ebe07814c5ba | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jan 06 18:42:20 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jan 06 18:42:20 2023 +0000 |
tree | ec39a32dd6513f68e6f524c4272424a334403def | |
parent | 5bcd29b84e4dd6435177f37a544ecbf8df02412c [diff] [blame] |
patch 9.0.1152: class "implements" argument not implemented Problem: Class "implements" argument not implemented. Solution: Implement "implements" argument. Add basic checks for when a class implements an interface.
diff --git a/src/version.c b/src/version.c index 78fad97..74af145 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1152, +/**/ 1151, /**/ 1150,