From 85a172de3f971613b6292301c6c0703e37704141 Mon Sep 17 00:00:00 2001 From: baabelfish Date: Thu, 17 Mar 2016 01:50:56 +0200 Subject: [PATCH] Fix build --- README.md | 1 + tests/travis.sh | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6c9ebc3..8e13bf0 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,7 @@ Nim support for vim and advanced support for neovim. Still in heavy development. - Vim (7.4) - Async support with channels planned - Optional: [vim-operator-user](https://github.com/kana/vim-operator-user) for defining routine text object +- Optional: [unite-outline](https://github.com/h1mesuke/unite-outline) for jumping to symbols inside module ## Screenshots diff --git a/tests/travis.sh b/tests/travis.sh index a80fa98..eb6f719 100755 --- a/tests/travis.sh +++ b/tests/travis.sh @@ -67,7 +67,7 @@ nimsuggest --version echo "================================================================================" -cd $current/other +cd $current/tests curl -fLo ~/.config/nvim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim cp nvimcfg/init.vim ~/.config/nvim/ mkdir -p "$HOME/.config/nvim/undodir" @@ -83,5 +83,5 @@ tree ~/.config/nvim echo "================================================================================" echo "Run vim tests" -cd $current/other +cd $current/tests ./run_tests.sh