-u NONE for no syntax highlighting

This commit is contained in:
Daniel Hahler
2019-08-21 08:37:35 +02:00
parent 376d394981
commit 86d88076ce

View File

@@ -86,7 +86,7 @@ nongui: nolog $(FIXFF) $(SCRIPTS) newtests report
@echo 'set $$_exitcode = -1\nrun\nif $$_exitcode != -1\n quit\nend' > .gdbinit @echo 'set $$_exitcode = -1\nrun\nif $$_exitcode != -1\n quit\nend' > .gdbinit
report: report:
$(RUN_VIMTEST) $(NO_INITS) -S summarize.vim messages $(RUN_VIMTEST) $(NO_INITS) -u NONE -S summarize.vim messages
@echo @echo
@echo 'Test results:' @echo 'Test results:'
@cat test_result.log @cat test_result.log