diff --git a/plug.vim b/plug.vim index cde2917..9b3382d 100644 --- a/plug.vim +++ b/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