]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
vimrc: Update runtimepath to work with new plugin location.
authorSimon Ruderich <simon@ruderich.org>
Sat, 18 Jul 2009 01:49:26 +0000 (03:49 +0200)
committerSimon Ruderich <simon@ruderich.org>
Sat, 18 Jul 2009 01:52:18 +0000 (03:52 +0200)
vimrc

diff --git a/vimrc b/vimrc
index cbafb1f2dee38f45bbd796ec8f59e50dabf56f14..10f06208009432269c64aeabc64eebbcecd257ec 100644 (file)
--- a/vimrc
+++ b/vimrc
@@ -6,10 +6,10 @@
 " Make sure Vim (and not Vi) settings are used.
 set nocompatible
 
-" Load my scripts from ~/.vim (my scripts), ~/.vim/plugins (plugins) and
-" ~/.vim/runtime (checkout of Vim runtime files).
+" Load my scripts from ~/.vim (my scripts) and ~/.vim/runtime (checkout of Vim
+" runtime files).
 set runtimepath-=~/.vim
-set runtimepath^=~/.vim,~/.vim/plugins,~/.vim/runtime
+set runtimepath^=~/.vim,~/.vim/runtime
 
 " Disable modelines as they may cause security problems. Instead use
 " securemodelines (Vim script #1876).