mirror of https://github.com/bjeanes/dotfiles.git
Remove expand() arguments to pathogen
parent
e38ffd75a3
commit
34f016ad41
|
@ -1,9 +1,11 @@
|
||||||
|
set nocompatible
|
||||||
|
|
||||||
" Pathogen setup
|
" Pathogen setup
|
||||||
runtime! autoload/pathogen.vim
|
runtime! autoload/pathogen.vim
|
||||||
if exists('g:loaded_pathogen')
|
if exists('g:loaded_pathogen')
|
||||||
filetype off
|
filetype off
|
||||||
|
|
||||||
call pathogen#runtime_append_all_bundles(expand("~/.vim/bundle"))
|
call pathogen#runtime_append_all_bundles()
|
||||||
call pathogen#helptags()
|
call pathogen#helptags()
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue