This commit is contained in:
baabelfish 2016-03-15 00:48:58 +02:00
commit 233703bc91
3 changed files with 8 additions and 3 deletions

View file

@ -3,3 +3,5 @@ set rtp+=./plugins/vader.vim
set rtp+=..
filetype plugin indent on
syntax enable
set ts=4 sts=4 sw=4

View file

@ -4,11 +4,14 @@
if [[ ! -d plugins ]]; then
mkdir plugins
git clone https://github.com/baabelfish/vader.vim plugins/vader.vim
# git clone https://github.com/baabelfish/nvim-nim plugins/nvim-nim
fi
# Run tests
nvim -c 'Vader! tests/**/*.vader' > /dev/null
# Running test
nvim --version
echo "Testing"
nvim -u rc.vim -c 'Vader! tests/**/*.vader'
# nvim -u rc.vim -c 'Vader! tests/**/*.vader' > /dev/null
err=$?
if [ "$err" != "0" ]; then
cat report.log

View file

@ -13,7 +13,7 @@ Given nim:
Do:
gg=G
Expect:
Expect nim:
import
sequtils,
streams