I broke up with neovim....vim is my best friend now
This commit is contained in:
17
dot_vim/plugged/vimtex/test/test-completion-labels/Makefile
Normal file
17
dot_vim/plugged/vimtex/test/test-completion-labels/Makefile
Normal file
@@ -0,0 +1,17 @@
|
||||
MYVIM ?= nvim --clean --headless
|
||||
|
||||
INMAKE := 1
|
||||
export INMAKE
|
||||
|
||||
TESTS := $(wildcard *.vim)
|
||||
TESTS := $(TESTS:.vim=)
|
||||
|
||||
.PHONY: test $(TESTS) test-cleanup
|
||||
|
||||
test: $(TESTS) test-cleanup
|
||||
|
||||
$(TESTS):
|
||||
@$(MYVIM) -u $@.vim
|
||||
|
||||
test-cleanup: $(TESTS)
|
||||
@rm -f nvim_servernames.log
|
||||
Reference in New Issue
Block a user