From: Simon Ruderich Date: Sat, 18 Jul 2009 01:49:26 +0000 (+0200) Subject: vimrc: Update runtimepath to work with new plugin location. X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;h=07df68dd9569ed4235c437affd601c4d88b0d684;p=config%2Fdotfiles.git vimrc: Update runtimepath to work with new plugin location. --- diff --git a/vimrc b/vimrc index cbafb1f..10f0620 100644 --- 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).