commit | d0200c8631582bbb16a9b585e2ca7adccc84ccdd | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jan 28 15:19:40 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jan 28 15:19:40 2023 +0000 |
tree | 91de748be127428bb62bbd295c41ad52b4b7336a | |
parent | 192e24d974522852bdca67db6d76ead87f57e677 [diff] [blame] |
patch 9.0.1254: calling a method on an interface does not work Problem: Calling a method on an interface does not work. Solution: At runtime figure out what method to call. (closes #11901)
diff --git a/src/version.c b/src/version.c index 08947ca..a6534c2 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1254, +/**/ 1253, /**/ 1252,