mirror of
https://github.com/chenasraf/vim-matchup.git
synced 2026-05-18 01:38:57 +00:00
10 lines
96 B
Makefile
10 lines
96 B
Makefile
.PHONY: test
|
|
|
|
MYVIM ?= nvim --headless
|
|
|
|
INMAKE := 1
|
|
export INMAKE
|
|
|
|
test:
|
|
@$(MYVIM) -u test.vim
|