|
|
@ -198,6 +198,7 @@ func! s:rtp_add_a() |
|
|
let appends = join(paths, '/after,').'/after' |
|
|
let appends = join(paths, '/after,').'/after' |
|
|
exec 'set rtp^='.fnameescape(prepends) |
|
|
exec 'set rtp^='.fnameescape(prepends) |
|
|
exec 'set rtp+='.fnameescape(appends) |
|
|
exec 'set rtp+='.fnameescape(appends) |
|
|
|
|
|
let &rtp = substitute(&rtp, ',\\', ',\\\\', 'g') |
|
|
endf |
|
|
endf |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|