Merge pull request #78385 from plumelo/feature/vim-rtp-fix

vimUtils.vimrcFile: fixes packpath order
This commit is contained in:
Jörg Thalheim 2020-02-21 10:24:10 +00:00 committed by GitHub
commit 74ace1f0eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -330,9 +330,8 @@ let
); );
in in
'' ''
set packpath-=~/.vim/after set packpath^=${packDir packages}
set packpath+=${packDir packages} set runtimepath^=${packDir packages}
set packpath+=~/.vim/after
filetype indent plugin on | syn on filetype indent plugin on | syn on
''); '');