Add test case for unescaped spaces in &rtp

This commit is contained in:
Junegunn Choi 2015-02-14 23:18:57 +09:00
parent 9c1cca32f0
commit 54fc8a4fc7

View File

@ -218,3 +218,11 @@ Execute (#159: shell=/bin/tcsh):
let &shell = org let &shell = org
endtry 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