To: vim_dev@googlegroups.com Subject: Patch 8.1.1817 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.1.1817 Problem: Github contribution text is incomplete. Solution: Update the text. Files: CONTRIBUTING.md *** ../vim-8.1.1816/CONTRIBUTING.md 2019-04-11 13:09:57.786699880 +0200 --- CONTRIBUTING.md 2019-08-04 23:21:56.512733360 +0200 *************** *** 4,17 **** Discussions about patches happen on the vim-dev maillist. If you create a pull request on GitHub it will be forwarded to the vim-dev maillist. You can also send your patch there ! directly. An attachment with a unified diff format is preferred. Information about the maillist can be found [on the Vim website]. [on the Vim website]: http://www.vim.org/maillist.php#vim-dev ! Please consider adding a test. Test coverage isn't very good yet, this needs ! to improve. Look through recent patches for examples. The tests are located ! under "src/testdir". # Reporting issues --- 4,26 ---- Discussions about patches happen on the vim-dev maillist. If you create a pull request on GitHub it will be forwarded to the vim-dev maillist. You can also send your patch there ! directly. In that case an attachment with a unified diff format is preferred. Information about the maillist can be found [on the Vim website]. [on the Vim website]: http://www.vim.org/maillist.php#vim-dev ! A pull request has the advantage that it will trigger the Continuous ! Integration tests, you will be warned of problems (you can ignore the coverage ! warning, it's noisy). ! ! Please consider adding a test. All new functionality should be tested and bug ! fixes should be tested for regressions: the test should fail before the fix and ! pass after the fix. Look through recent patches for examples and find help ! with ":help testing". The tests are located under "src/testdir". ! ! Contributions will be distributed with Vim under the Vim license. Providing a ! change to be included implies that you agree with this and your contribution ! does not cause us trouble with trademarks or patents. There is no CLA to sign. # Reporting issues *** ../vim-8.1.1816/src/version.c 2019-08-04 23:04:35.529945897 +0200 --- src/version.c 2019-08-04 23:21:42.120809775 +0200 *************** *** 775,776 **** --- 775,778 ---- { /* Add new patch number below this line */ + /**/ + 1817, /**/ -- How To Keep A Healthy Level Of Insanity: 4. Put your garbage can on your desk and label it "in". /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///