From 3a241c3323be2dac75d0d28cd3360d99bfb56ff0 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sun, 2 Sep 2012 02:03:55 +0200 Subject: [PATCH] vimrc: Use pathogen#infect() available since 2.0. --- vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.44.1