mirror of
https://github.com/neovim/neovim.git
synced 2024-12-29 14:41:06 -07:00
-u NONE for no syntax highlighting
This commit is contained in:
parent
376d394981
commit
86d88076ce
@ -86,7 +86,7 @@ nongui: nolog $(FIXFF) $(SCRIPTS) newtests report
|
||||
@echo 'set $$_exitcode = -1\nrun\nif $$_exitcode != -1\n quit\nend' > .gdbinit
|
||||
|
||||
report:
|
||||
$(RUN_VIMTEST) $(NO_INITS) -S summarize.vim messages
|
||||
$(RUN_VIMTEST) $(NO_INITS) -u NONE -S summarize.vim messages
|
||||
@echo
|
||||
@echo 'Test results:'
|
||||
@cat test_result.log
|
||||
|
Loading…
Reference in New Issue
Block a user