We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c1cca3 commit 54fc8a4Copy full SHA for 54fc8a4
test/regressions.vader
@@ -218,3 +218,11 @@ Execute (#159: shell=/bin/tcsh):
218
let &shell = org
219
endtry
220
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