From 2a8fc1f049b04a969e4bb73df817303a82925a11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Thu, 17 Nov 2016 10:36:54 +0100 Subject: test/vim: ignore user supplied visrc.lua Custom key bindings might interfere with the tests. --- vim/test.sh | 2 ++ vim/visrc.lua | 0 2 files changed, 2 insertions(+) create mode 100644 vim/visrc.lua (limited to 'vim') diff --git a/vim/test.sh b/vim/test.sh index 35d76a5..f031bb4 100755 --- a/vim/test.sh +++ b/vim/test.sh @@ -11,6 +11,8 @@ TESTS=$1 TESTS_RUN=0 TESTS_OK=0 +export VIS_PATH=. + $VIM --version | head -1 $VIS -v diff --git a/vim/visrc.lua b/vim/visrc.lua new file mode 100644 index 0000000..e69de29 -- cgit v1.2.3