commit | a86655af84f1596f0f3ef22813724fe06f1e4809 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jan 12 17:06:27 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jan 12 17:06:27 2023 +0000 |
tree | bbf962d3a9b0597e34be6cecc9657241bb3346f3 | |
parent | a94bd9d9396183eb7781f8d6a5a0e6e97442e9ed [diff] [blame] |
patch 9.0.1185: using class from imported script not tested Problem: Using class from imported script not tested. Solution: Add tests. Implement what is missing.
diff --git a/src/version.c b/src/version.c index e0d5bff..a0fc017 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1185, +/**/ 1184, /**/ 1183,