vimUtils: dont use the alias to vim-pathogen
it breaks vim builds when disallowing aliases
This commit is contained in:
parent
a793aacf9d
commit
abb1e5cd4c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user