Преглед на файлове

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
+