mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-09 20:13:51 -05:00
Add all paths, fixes #612
This commit is contained in:
@@ -3522,7 +3522,7 @@ func! s:process_rtp(rtp)
|
|||||||
" Then vim-polyglot after path
|
" Then vim-polyglot after path
|
||||||
call add(result, s:base . '/after')
|
call add(result, s:base . '/after')
|
||||||
" Then all other after paths
|
" Then all other after paths
|
||||||
for path in rtp[i:-2]
|
for path in rtp[i:-1]
|
||||||
call add(result, path)
|
call add(result, path)
|
||||||
endfor
|
endfor
|
||||||
" User's after directory is always last
|
" User's after directory is always last
|
||||||
|
|||||||
Reference in New Issue
Block a user