# HG changeset patch # User Steve Losh # Date 1285087872 14400 # Node ID 9841a762fa2d8e006c69de101d7df6a15cfab9a2 # Parent 67946af79b72a89a14d8bc41d96f176d0748b980 vim: fix Pathogen to work with annoying Linux distros diff -r 67946af79b72 -r 9841a762fa2d vim/.vimrc --- a/vim/.vimrc Fri Sep 17 11:02:02 2010 -0400 +++ b/vim/.vimrc Tue Sep 21 12:51:12 2010 -0400 @@ -1,4 +1,5 @@ filetype off +call pathogen#runtime_append_all_bundles() filetype plugin indent on set nocompatible @@ -67,9 +68,6 @@ set background=dark colorscheme delek -" Use Pathogen to load bundles -call pathogen#runtime_append_all_bundles() - " NERD Tree map :NERDTreeToggle let NERDTreeIgnore=['.vim$', '\~$', '.*\.pyc$', 'pip-log\.txt$']