X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fvim-mermaid;a=blobdiff_plain;f=Makefile;h=721ad81584bfc049f870d06df2c161c25e080e75;hp=69542cef00879966cc22ac501fb6554edbc2353f;hb=480aaa070eb6d588c1c15e89871e91d4b75088a9;hpb=00a0707198fc5c9a2a6b5809474d0909e4ddb3cc diff --git a/Makefile b/Makefile index 69542ce..721ad81 100644 --- a/Makefile +++ b/Makefile @@ -6,6 +6,6 @@ all: run: test test: test.mmd - $(VIM) --cmd 'let &runtimepath=".,".&runtimepath' $^ + $(VIM) -u test.vimrc --cmd 'let &runtimepath=".,".&runtimepath' $^ .PHONY: all run test