]> Dogcows Code - chaz/vim-mermaid/commitdiff
reset test config master
authorCharles McGarvey <chazmcgarvey@brokenzipper.com>
Wed, 4 Mar 2020 16:28:53 +0000 (09:28 -0700)
committerCharles McGarvey <chazmcgarvey@brokenzipper.com>
Wed, 4 Mar 2020 16:28:53 +0000 (09:28 -0700)
Makefile
test.vimrc [new file with mode: 0644]

index 69542cef00879966cc22ac501fb6554edbc2353f..721ad81584bfc049f870d06df2c161c25e080e75 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -6,6 +6,6 @@ all:
 run: test
 
 test: test.mmd
 run: test
 
 test: test.mmd
-       $(VIM) --cmd 'let &runtimepath=".,".&runtimepath' $^
+       $(VIM) -u test.vimrc --cmd 'let &runtimepath=".,".&runtimepath' $^
 
 .PHONY: all run test
 
 .PHONY: all run test
diff --git a/test.vimrc b/test.vimrc
new file mode 100644 (file)
index 0000000..8eaa851
--- /dev/null
@@ -0,0 +1,5 @@
+set nocompatible
+set autoindent
+set smartindent
+syntax enable
+colorscheme torte
This page took 0.020761 seconds and 4 git commands to generate.