commit | 6aa0937fb88001a5ea18e732aad4c625e9b2baeb | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jan 11 17:59:38 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jan 11 17:59:38 2023 +0000 |
tree | 666baf14dcbf1fcc229d9196c3931c20f766e27d | |
parent | 58b40092e616585a763cf4d214d47ccd9167d6f7 [diff] [blame] |
patch 9.0.1179: not all errors around inheritance are tested Problem: Not all errors around inheritance are tested. Solution: Add more tests. Fix uncovered problems.
diff --git a/src/version.c b/src/version.c index 1c8bf60..b16a3f7 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1179, +/**/ 1178, /**/ 1177,