mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 03:18:16 +00:00
-u NONE for no syntax highlighting
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user