Skip to content

Commit 54fc8a4

Browse files
committed
Add test case for unescaped spaces in &rtp
1 parent 9c1cca3 commit 54fc8a4

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Diff for: test/regressions.vader

+8
Original file line numberDiff line numberDiff line change
@@ -218,3 +218,11 @@ Execute (#159: shell=/bin/tcsh):
218218
let &shell = org
219219
endtry
220220

221+
**********************************************************************
222+
Execute (#154: Spaces in &rtp should not be escaped):
223+
call plug#begin('$TMPDIR/plug it')
224+
Plug 'seoul256 vim'
225+
call plug#end()
226+
Log &rtp
227+
Assert stridx(&rtp, 'plug it/seoul256 vim') >= 0
228+

0 commit comments

Comments
 (0)