To: vim_dev@googlegroups.com Subject: Patch 8.2.4905 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.2.4905 Problem: codecov includes MS-Windows install header file. Solution: Ignore dosinst.h. Files: .codecov.yml *** ../vim-8.2.4904/.codecov.yml 2022-05-07 13:00:38.585734749 +0100 --- .codecov.yml 2022-05-07 13:21:59.536927970 +0100 *************** *** 8,11 **** --- 8,12 ---- # Files not run by tests ignore: - "src/dosinst.c" + - "src/dosinst.h" - "src/uninstall.c" *** ../vim-8.2.4904/src/version.c 2022-05-07 13:00:38.585734749 +0100 --- src/version.c 2022-05-07 13:24:39.516826536 +0100 *************** *** 748,749 **** --- 748,751 ---- { /* Add new patch number below this line */ + /**/ + 4905, /**/ -- You cannot have a baby in one month by getting nine women pregnant. /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// \\\ \\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///