Fix build

This commit is contained in:
baabelfish 2016-03-17 01:50:56 +02:00
commit 85a172de3f
2 changed files with 3 additions and 2 deletions

View file

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

View file

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