commit | f7d1c6e1884c76680980571f1cf15e0928d247b5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jan 16 20:47:57 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jan 16 20:47:57 2023 +0000 |
tree | 15b36b84c50a3a6c9aa0a7cf407c2e11abf6dce0 | |
parent | b391e1f805fdd288cbe9103d92c21eff5dcc97c4 [diff] [blame] |
patch 9.0.1211: storing value in interface member does not always work Problem: Storing value in interface member does not always work. Solution: Convert the index on the interface to the index on the object.
diff --git a/src/version.c b/src/version.c index c489dba..a388019 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1211, +/**/ 1210, /**/ 1209,