I broke up with neovim....vim is my best friend now
This commit is contained in:
16
dot_vim/plugged/vimtex/test/test-textobj-targets/Makefile
Normal file
16
dot_vim/plugged/vimtex/test/test-textobj-targets/Makefile
Normal file
@@ -0,0 +1,16 @@
|
||||
MYVIM ?= nvim --clean --headless
|
||||
|
||||
INMAKE := 1
|
||||
export INMAKE
|
||||
|
||||
.PHONY: test clean
|
||||
|
||||
test: test1.out
|
||||
@diff test1.ok test1.out
|
||||
@rm test1.out
|
||||
|
||||
test1.out: | targets.vim
|
||||
@chronic $(MYVIM) -u test.vim
|
||||
|
||||
targets.vim:
|
||||
@git clone https://github.com/wellle/targets.vim.git
|
||||
Reference in New Issue
Block a user