From: Simon Ruderich Date: Sun, 2 Sep 2012 00:03:55 +0000 (+0200) Subject: vimrc: Use pathogen#infect() available since 2.0. X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=3a241c3323be2dac75d0d28cd3360d99bfb56ff0 vimrc: Use pathogen#infect() available since 2.0. --- diff --git a/vimrc b/vimrc index bde35b6..3a48b1e 100644 --- a/vimrc +++ b/vimrc @@ -748,7 +748,7 @@ if has('eval') " installing/removing/updating plugins simple. (Used for plugins with more " than one file.) Ignore errors in case pathogen is not installed. if v:version >= 700 - silent! execute 'call pathogen#runtime_append_all_bundles()' + silent! execute 'call pathogen#infect()' endif " Settings for securemodelines.