]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
vimrc: Use pathogen#infect() available since 2.0.
authorSimon Ruderich <simon@ruderich.org>
Sun, 2 Sep 2012 00:03:55 +0000 (02:03 +0200)
committerSimon Ruderich <simon@ruderich.org>
Sun, 2 Sep 2012 00:03:55 +0000 (02:03 +0200)
vimrc

diff --git a/vimrc b/vimrc
index bde35b6f739fe5d2aeafc7dff9427c47a6b1bc11..3a48b1e0d4fad2dbfe32059eea07fa29ff907577 100644 (file)
--- 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.