commit | 9f2d97efe28d32d6e4960e41e80413713f8d1d18 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Dec 31 19:01:02 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Dec 31 19:01:02 2022 +0000 |
tree | 04c09a3ccc94a9a47b4da36d2cae420c7fddcb86 | |
parent | f1dcd14fc5d4370476cd82895a4479ca2d252e54 [diff] [blame] |
patch 9.0.1122: class member access is not fully tested yet Problem: Class member access is not fully tested yet. Solution: Add more tests.
diff --git a/src/version.c b/src/version.c index ae993ff..84fe1ba 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1122, +/**/ 1121, /**/ 1120,