if has('eval')
" Use pathogen which allows one 'runtimepath' entry per plugin. This makes
" installing/removing/updating plugins simple. (Used for plugins with more
-" than one file.)
+" than one file.) Ignore errors in case pathogen is not installed.
if v:version >= 700
- execute 'call pathogen#runtime_append_all_bundles()'
+ silent! execute 'call pathogen#runtime_append_all_bundles()'
endif
" Settings for the NERD commenter.