This website works better with JavaScript.
Home
Explore
Help
Sign In
RuhNetConsulting
/
Vundle.vim
mirror of
https://github.com/VundleVim/Vundle.vim.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
10
Wiki
Activity
Browse Source
Allow rtp paths with spaces on Windows
Suggested by
@ikurcubic
pull/454/head
Vaibhav Sagar
12 years ago
parent
526d390854
commit
4b751224d3
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
autoload/vundle/config.vim
+ 1
- 0
autoload/vundle/config.vim
View File
@ -167,6 +167,7 @@ func! s:rtp_add_defaults()
let
default
=
&
rtp
let
&
rtp
=
current
for
item
in
reverse
(
split
(
default
,
','
)
)
let
item
=
fnameescape
(
item
)
exec
'set rtp-='
.
item
if
fnamemodify
(
item
,
":t"
)
=
=
'after'
exec
'set rtp+='
.
item
Write
Preview
Loading…
Cancel
Save