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:
parent
9409a81c47
commit
e9ead2f5ca
@ -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
|
||||
|
@ -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/**'
|
||||
|
Loading…
Reference in New Issue
Block a user