1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 00:20:05 +08:00

tests: rename test/test.vim to test/vimrc for clarity

This commit is contained in:
Daniel Hahler 2017-10-01 17:06:18 +02:00
parent 9409a81c47
commit e9ead2f5ca
3 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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/**'