From: Charles McGarvey Date: Wed, 4 Mar 2020 16:28:53 +0000 (-0700) Subject: reset test config X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fvim-mermaid;a=commitdiff_plain reset test config --- 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 diff --git a/test.vimrc b/test.vimrc new file mode 100644 index 0000000..8eaa851 --- /dev/null +++ b/test.vimrc @@ -0,0 +1,5 @@ +set nocompatible +set autoindent +set smartindent +syntax enable +colorscheme torte