Stricter double-comma replacement
To handle paths ending with commas
This commit is contained in:
parent
cac2f9f439
commit
0489b5deed
2
plug.vim
2
plug.vim
|
@ -287,7 +287,7 @@ function! s:reorg_rtp()
|
|||
let rtps = map(s:loaded_names(), 's:rtp(g:plugs[v:val])')
|
||||
let afters = filter(map(copy(rtps), 'globpath(v:val, "after")'), 'isdirectory(v:val)')
|
||||
let &rtp = join(map(rtps, 's:escrtp(v:val)'), ',')
|
||||
\ . substitute(','.s:middle.',', ',,', ',', '')
|
||||
\ . substitute(','.s:middle.',', '^,,$', ',', '')
|
||||
\ . join(map(afters, 's:escrtp(v:val)'), ',')
|
||||
let s:prtp = &rtp
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user