commit | 3ce33b120c6479dfc8f22c7cc8945b9ef54285b0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jan 12 20:39:09 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jan 12 20:39:09 2023 +0000 |
tree | 9a6cbe560ffac26f7ca5278584a29c49048a4c7f | |
parent | 4059400993ff380414dce9b577eff0f8c86b7725 [diff] [blame] |
patch 9.0.1187: test for using imported class fails Problem: Test for using imported class fails. Solution: Skip over rest of type.
diff --git a/src/version.c b/src/version.c index f702b36..ee42263 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1187, +/**/ 1186, /**/ 1185,