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

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
'');