commit | 29ac5df37baf7e6e751c7ebd4ab37a2aa826e9e6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jan 16 19:43:47 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jan 16 19:43:47 2023 +0000 |
tree | e4b27809f7e72531bf50a22367955474e459fea0 | |
parent | a41e221935edab62672a15123af48f4f14ac1c7d [diff] [blame] |
patch 9.0.1209: getting interface member does not always work Problem: Getting interface member does not always work. Solution: Convert the index on the interface to the index on the object. (closes #11825)
diff --git a/src/version.c b/src/version.c index 8b211fb..1eb809f 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1209, +/**/ 1208, /**/ 1207,