]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 9.0.1651: unclear why syntax test fails on Mac v9.0.1651
authorBram Moolenaar <Bram@vim.org>
Fri, 23 Jun 2023 18:37:19 +0000 (19:37 +0100)
committerBram Moolenaar <Bram@vim.org>
Fri, 23 Jun 2023 18:37:19 +0000 (19:37 +0100)
Problem:    Unclear why syntax test fails on Mac.
Solution:   Temporarily show the whole "messages" file.

runtime/syntax/Makefile
src/version.c

index a52c7d616e0bd4a05eb69aea5188adb4a4b65f59..c8a7f002325ada8e0baa6969e3444ac62411d24a 100644 (file)
@@ -26,7 +26,9 @@ test:
        @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
+       @# FIXME: Temporarily show the whole file to find out what goes wrong
+       @#tail -n 6 testdir/messages
+       @cat testdir/messages
 
 
 clean testclean:
index 85f4db12b62f72482af79402fa3ec09f825f3730..6eef082b0ce7d98bb0cffd3d5063270e292842da 100644 (file)
@@ -695,6 +695,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1651,
 /**/
     1650,
 /**/