diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2016-11-17 10:36:54 +0100 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2016-11-17 10:36:54 +0100 |
| commit | 2a8fc1f049b04a969e4bb73df817303a82925a11 (patch) | |
| tree | 0b43b3bc115eca939bc2da09d83ec327d54962a2 /vim | |
| parent | 51262d198783f278520ee1dd10313539d2b90363 (diff) | |
| download | vis-2a8fc1f049b04a969e4bb73df817303a82925a11.tar.gz vis-2a8fc1f049b04a969e4bb73df817303a82925a11.tar.xz | |
test/vim: ignore user supplied visrc.lua
Custom key bindings might interfere with the tests.
Diffstat (limited to 'vim')
| -rwxr-xr-x | vim/test.sh | 2 | ||||
| -rw-r--r-- | vim/visrc.lua | 0 |
2 files changed, 2 insertions, 0 deletions
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 --- /dev/null +++ b/vim/visrc.lua |
