Skip to content

Commit 3de4567

Browse files
committed
Fix error in test script
1 parent 0d9efb0 commit 3de4567

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Diff for: test/regressions.vader

+1-1
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ Execute (#474: Load ftdetect files in filetypedetect augroup):
292292
call plug#begin('/tmp/plugged')
293293
Plug 'junegunn/rust.vim', { 'for': 'rust', 'commit': '115d321d383eb96d438466c56cc871fcc1bd0faa' }
294294
call plug#end()
295-
PlugInstall
295+
PlugInstall!
296296
q
297297

298298
tabnew /tmp/any.rs

Diff for: test/run

-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ clone_repos() (
2727
done
2828
clone https://github.com/vim-scripts/beauty256.git vim-scripts/beauty256 &
2929
clone https://github.com/junegunn/fzf.git fzf &
30-
clone https://github.com/rust-lang/rust.vim.git junegunn/rust.vim &
3130
clone https://github.com/yous/subsubmodule.git yous/subsubmodule && \
3231
(cd yous/subsubmodule && git submodule update --init --recursive &) &
3332
wait

0 commit comments

Comments
 (0)