commit | b8bebd0cd78679162228ee08265c9a5b3a409e1c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jan 30 20:24:23 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jan 30 20:24:23 2023 +0000 |
tree | b458889dcc2a1d54922340db18a303863dd66b89 | |
parent | eb45ad25ab5022e5bead0dbb19fe5704924f918a [diff] [blame] |
patch 9.0.1265: using an interface method may give a compilation error Problem: Using an interface method may give a compilation error. Solution: Do not try to compile the body of a method of an interface. (closes #11885)
diff --git a/src/version.c b/src/version.c index 5436c99..24a2770 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1265, +/**/ 1264, /**/ 1263,