commit | 4059400993ff380414dce9b577eff0f8c86b7725 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jan 12 20:04:51 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jan 12 20:04:51 2023 +0000 |
tree | 7fc2fad665a3c73e91580f56134e280445486670 | |
parent | a86655af84f1596f0f3ef22813724fe06f1e4809 [diff] [blame] |
patch 9.0.1186: imported class does not work when used twice in a line Problem: Imported class does not work when used twice in a line. Solution: Fix the type parsing.
diff --git a/src/version.c b/src/version.c index a0fc017..f702b36 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1186, +/**/ 1185, /**/ 1184,