소스 검색

Add test case for unescaped spaces in &rtp

Junegunn Choi 11 년 전
부모
커밋
54fc8a4fc7
1개의 변경된 파일8개의 추가작업 그리고 0개의 파일을 삭제
  1. 8 0
      test/regressions.vader

+ 8 - 0
test/regressions.vader

@@ -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
+