Skip to content

Commit

Permalink
Add test case for unescaped spaces in &rtp
Browse files Browse the repository at this point in the history
  • Loading branch information
junegunn committed Feb 14, 2015
1 parent 9c1cca3 commit 54fc8a4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions test/regressions.vader
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 54fc8a4

Please sign in to comment.