From e9ead2f5ca108e4acde222b0032310f4fd65c453 Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Sun, 1 Oct 2017 17:06:18 +0200 Subject: [PATCH] tests: rename test/test.vim to test/vimrc for clarity --- .travis.yml | 2 +- test/test.sh | 2 +- test/{test.vim => vimrc} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename test/{test.vim => vimrc} (100%) diff --git a/.travis.yml b/.travis.yml index 76ef83508..4a1fb2f2f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -61,5 +61,5 @@ script: elif [ "$LINT" = "vint-errors" ]; then vint --error . elif [ "$LINT" = "vader" ]; then - vim -Nu test/test.vim -c 'Vader! test/**' + vim -Nu test/vimrc -c 'Vader! test/**' fi diff --git a/test/test.sh b/test/test.sh index fe81b8074..50d2c3b03 100755 --- a/test/test.sh +++ b/test/test.sh @@ -1,4 +1,4 @@ if [ ! -e /tmp/vader ]; then git clone https://github.com/junegunn/vader.vim.git /tmp/vader fi -vim -Nu test/test.vim -c 'Vader! test/**' +vim -Nu test/vimrc -c 'Vader! test/**' diff --git a/test/test.vim b/test/vimrc similarity index 100% rename from test/test.vim rename to test/vimrc