To: vim_dev@googlegroups.com Subject: Patch 8.2.2889 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.2.2889 Problem: Typo and verbose comment in Makefiles. Solution: Fix typo. Use @#. (Ken Takata, closes #8252) Files: Makefile, src/testdir/Makefile *** ../vim-8.2.2888/Makefile 2021-05-24 18:48:00.756582853 +0200 --- Makefile 2021-05-26 21:47:17.344540796 +0200 *************** *** 152,158 **** # > cd src # > msvc2015.bat # - Build the console binary: ! # > nmake -f Mae_mvc.mak # - Run the tests and check the output: # > nmake -f Make_mvc.mak testclean # > nmake -f Make_mvc.mak test --- 152,158 ---- # > cd src # > msvc2015.bat # - Build the console binary: ! # > nmake -f Make_mvc.mak # - Run the tests and check the output: # > nmake -f Make_mvc.mak testclean # > nmake -f Make_mvc.mak test *** ../vim-8.2.2888/src/testdir/Makefile 2021-03-20 16:44:22.491927605 +0100 --- src/testdir/Makefile 2021-05-26 21:47:17.348540787 +0200 *************** *** 40,46 **** benchmark: $(SCRIPTS_BENCH) report: ! # without the +eval feature test_result.log is a copy of test.log @/bin/sh -c "if test -f test.log; \ then cp test.log test_result.log; \ else echo No failures reported > test_result.log; \ --- 40,46 ---- benchmark: $(SCRIPTS_BENCH) report: ! @# without the +eval feature test_result.log is a copy of test.log @/bin/sh -c "if test -f test.log; \ then cp test.log test_result.log; \ else echo No failures reported > test_result.log; \ *** ../vim-8.2.2888/src/version.c 2021-05-26 21:10:07.289101476 +0200 --- src/version.c 2021-05-26 21:48:36.608363369 +0200 *************** *** 752,753 **** --- 752,755 ---- { /* Add new patch number below this line */ + /**/ + 2889, /**/ -- BLACK KNIGHT: Come on you pansy! [hah] [parry thrust] [ARTHUR chops the BLACK KNIGHT's right arm off] ARTHUR: Victory is mine! [kneeling] We thank thee Lord, that in thy merc- [Black Knight kicks Arthur in the head while he is praying] The Quest for the Holy Grail (Monty Python) /// 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 ///