mirror of
https://github.com/junegunn/vim-plug.git
synced 2024-12-19 10:35:38 -07:00
Remove unused test code
This commit is contained in:
parent
099057da65
commit
50cd5e5819
@ -262,8 +262,4 @@ Execute (#236: Plugin removed from &rtp when .vimrc is reloaded):
|
||||
call plug#begin('$TMPDIR/plugged')
|
||||
Plug 'junegunn/vim-easy-align', { 'on': 'EasyAlign' }
|
||||
call plug#end()
|
||||
|
||||
redir => out
|
||||
silent command EasyAlign
|
||||
redir END
|
||||
Assert &rtp =~ '/vim-easy-align', 'Plugin should still be in &rtp'
|
||||
|
Loading…
Reference in New Issue
Block a user