From 233703bc91ceda3cef397f88e26418853317eb8b Mon Sep 17 00:00:00 2001 From: baabelfish Date: Tue, 15 Mar 2016 00:48:58 +0200 Subject: [PATCH] Travis --- other/rc.vim | 2 ++ other/run_tests.sh | 7 +++++-- other/tests/vim/indent.vader | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/other/rc.vim b/other/rc.vim index c55266c..cfd44f4 100644 --- a/other/rc.vim +++ b/other/rc.vim @@ -3,3 +3,5 @@ set rtp+=./plugins/vader.vim set rtp+=.. filetype plugin indent on syntax enable + +set ts=4 sts=4 sw=4 diff --git a/other/run_tests.sh b/other/run_tests.sh index ba9c17f..6fb8d08 100755 --- a/other/run_tests.sh +++ b/other/run_tests.sh @@ -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 diff --git a/other/tests/vim/indent.vader b/other/tests/vim/indent.vader index 7760976..958b925 100644 --- a/other/tests/vim/indent.vader +++ b/other/tests/vim/indent.vader @@ -13,7 +13,7 @@ Given nim: Do: gg=G -Expect: +Expect nim: import sequtils, streams