Browse Source

Merge 2e327faffd into 5548a1a937

pull/555/merge
Eduardo Sousa 1 year ago
committed by GitHub
parent
commit
9ce6cb3486
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      autoload/vundle/config.vim

+ 1
- 0
autoload/vundle/config.vim View File

@ -202,6 +202,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


Loading…
Cancel
Save