commit | 3f1cfcb86407c15a3037d5595bb192a00c661303 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat May 07 13:25:37 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat May 07 13:25:37 2022 +0100 |
tree | 4fb8ef5a5a5c6c78ad6925334b581469b470faaa | |
parent | 4649c121232ac65ccfea4ed1235630c7fe81e286 [diff] |
patch 8.2.4905: codecov includes MS-Windows install header file Problem: codecov includes MS-Windows install header file. Solution: Ignore dosinst.h.
diff --git a/src/version.c b/src/version.c index d39abf9..af4c0b2 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4905, +/**/ 4904, /**/ 4903,