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
''
set packpath-=~/.vim/after
set packpath+=${packDir packages}
set packpath+=~/.vim/after
set packpath^=${packDir packages}
set runtimepath^=${packDir packages}
filetype indent plugin on | syn on
'');