vimUtils: dont use the alias to vim-pathogen

it breaks vim builds when disallowing aliases
This commit is contained in:
Matthieu Coudron
2021-05-25 22:41:07 +02:00
parent a793aacf9d
commit abb1e5cd4c
+1 -1
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