From 3de4567bc05109d4d3e43e677eb94fe8730350d5 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Sun, 17 Apr 2016 01:45:51 +0900 Subject: [PATCH] Fix error in test script --- test/regressions.vader | 2 +- test/run | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/test/regressions.vader b/test/regressions.vader index 0b19db0..ad81a9e 100644 --- a/test/regressions.vader +++ b/test/regressions.vader @@ -292,7 +292,7 @@ Execute (#474: Load ftdetect files in filetypedetect augroup): call plug#begin('/tmp/plugged') Plug 'junegunn/rust.vim', { 'for': 'rust', 'commit': '115d321d383eb96d438466c56cc871fcc1bd0faa' } call plug#end() - PlugInstall + PlugInstall! q tabnew /tmp/any.rs diff --git a/test/run b/test/run index 8bbc181..2310300 100755 --- a/test/run +++ b/test/run @@ -27,7 +27,6 @@ clone_repos() ( done clone https://github.com/vim-scripts/beauty256.git vim-scripts/beauty256 & clone https://github.com/junegunn/fzf.git fzf & - clone https://github.com/rust-lang/rust.vim.git junegunn/rust.vim & clone https://github.com/yous/subsubmodule.git yous/subsubmodule && \ (cd yous/subsubmodule && git submodule update --init --recursive &) & wait