From 480aaa070eb6d588c1c15e89871e91d4b75088a9 Mon Sep 17 00:00:00 2001 From: Charles McGarvey Date: Wed, 4 Mar 2020 09:28:53 -0700 Subject: [PATCH] reset test config --- Makefile | 2 +- test.vimrc | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 test.vimrc 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 -- 2.43.0