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
Fix for using Vundle in Windows setting g:bundle_dir to a network path
pull/555/head
Eduardo Antunes C. de Sousa
11 years ago
parent
0b28e334e6
commit
2e327faffd
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
@ -198,6 +198,7 @@ func! s:rtp_add_a()
let
appends
=
join
(
paths
,
'/after,'
)
.
'/after'
exec
'set rtp^='
.
fnameescape
(
prepends
)
exec
'set rtp+='
.
fnameescape
(
appends
)
let
&
rtp
=
substitute
(
&
rtp
,
',\\'
,
',\\\\'
,
'g'
)
endf
Write
Preview
Loading…
Cancel
Save