To: vim_dev@googlegroups.com Subject: Patch 9.0.1113 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 9.0.1113 Problem: Users cannot easily try out a PR. Solution: Add an "artifacts" section to the AppVeyor CI config. (Christian Brabandt, closes #11762) Files: .appveyor.yml *** ../vim-9.0.1112/.appveyor.yml 2022-10-04 16:23:39.002042197 +0100 --- .appveyor.yml 2022-12-30 17:25:05.009067431 +0000 *************** *** 29,32 **** --- 29,38 ---- # Testing with MSVC console version - nmake -f Make_mvc.mak VIMPROG=..\vim + artifacts: + - path: src/vim.exe + name: vim + - path: src/gvim.exe + name: gvim + # vim: sw=2 sts=2 et ts=8 sr *** ../vim-9.0.1112/src/version.c 2022-12-30 16:54:53.456987927 +0000 --- src/version.c 2022-12-30 17:26:59.945027194 +0000 *************** *** 697,698 **** --- 697,700 ---- { /* Add new patch number below this line */ + /**/ + 1113, /**/ -- You can be stopped by the police for biking over 65 miles per hour. You are not allowed to walk across a street on your hands. [real standing laws in Connecticut, United States of America] /// 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 ///