vimUtils: dont use the alias to vim-pathogen

it breaks vim builds when disallowing aliases
This commit is contained in:
Matthieu Coudron 2021-05-21 12:45:27 +02:00
parent a793aacf9d
commit abb1e5cd4c

View File

@ -244,7 +244,7 @@ let
};
in
''
let &rtp.=(empty(&rtp)?"":',')."${vimPlugins.pathogen.rtp}"
let &rtp.=(empty(&rtp)?"":',')."${vimPlugins.vim-pathogen.rtp}"
execute pathogen#infect('${pluginsEnv}/{}')
filetype indent plugin on | syn on