To: vim_dev@googlegroups.com Subject: Patch 9.0.1651 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 9.0.1651 (after 9.0.1649 Problem: Unclear why syntax test fails on Mac. Solution: Temporarily show the whole "messages" file. Files: runtime/syntax/Makefile *** ../vim-9.0.1650/runtime/syntax/Makefile 2023-06-22 22:38:47.976575036 +0100 --- runtime/syntax/Makefile 2023-06-23 19:33:04.030464678 +0100 *************** *** 26,32 **** @echo "../$(VIMPROG)" > testdir/vimcmd @echo "$(RUN_VIMTEST)" >> testdir/vimcmd VIMRUNTIME=$(VIMRUNTIME) $(VIMPROG) --clean --not-a-term $(DEBUGLOG) -u testdir/runtest.vim ! @tail -n 6 testdir/messages clean testclean: --- 26,34 ---- @echo "../$(VIMPROG)" > testdir/vimcmd @echo "$(RUN_VIMTEST)" >> testdir/vimcmd VIMRUNTIME=$(VIMRUNTIME) $(VIMPROG) --clean --not-a-term $(DEBUGLOG) -u testdir/runtest.vim ! @# FIXME: Temporarily show the whole file to find out what goes wrong ! @#tail -n 6 testdir/messages ! @cat testdir/messages clean testclean: *** ../vim-9.0.1650/src/version.c 2023-06-23 16:15:07.469504475 +0100 --- src/version.c 2023-06-23 19:34:23.554440039 +0100 *************** *** 697,698 **** --- 697,700 ---- { /* Add new patch number below this line */ + /**/ + 1651, /**/ -- From the classified section of a city newspaper: Dog for sale: eats anything and is fond of children. /// 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 ///