mirror of
https://github.com/junegunn/vim-plug.git
synced 2024-12-19 18:47:29 -07:00
Add test case for unescaped spaces in &rtp
This commit is contained in:
parent
9c1cca32f0
commit
54fc8a4fc7
@ -218,3 +218,11 @@ Execute (#159: shell=/bin/tcsh):
|
||||
let &shell = org
|
||||
endtry
|
||||
|
||||
**********************************************************************
|
||||
Execute (#154: Spaces in &rtp should not be escaped):
|
||||
call plug#begin('$TMPDIR/plug it')
|
||||
Plug 'seoul256 vim'
|
||||
call plug#end()
|
||||
Log &rtp
|
||||
Assert stridx(&rtp, 'plug it/seoul256 vim') >= 0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user