Update how pathogen is called

Now uses pathogen#infect()
main
Buddy Sandidge 12 years ago
parent 11e889fa38
commit aae7f0aac3

@ -1,6 +1,5 @@
" Use pathogen to use search for plug-ins " Use pathogen to use search for plug-ins
call pathogen#runtime_append_all_bundles() call pathogen#infect()
call pathogen#helptags()
" Basics " Basics
set t_Co=256 " Use 256 colors set t_Co=256 " Use 256 colors
@ -95,7 +94,6 @@ filetype indent on " load filetype plug-ins and indent settings
" UI " UI
set showcmd " show the command being typed set showcmd " show the command being typed
set ruler " Always show current positions along the bottom set ruler " Always show current positions along the bottom
"set number " turn on line numbers
set relativenumber " Use relative line numbers set relativenumber " Use relative line numbers
set numberwidth=4 " If we have over 9999 lines set numberwidth=4 " If we have over 9999 lines
set hidden " you can change buffer without saving set hidden " you can change buffer without saving

Loading…
Cancel
Save