From 07df68dd9569ed4235c437affd601c4d88b0d684 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sat, 18 Jul 2009 03:49:26 +0200 Subject: [PATCH] vimrc: Update runtimepath to work with new plugin location. --- vimrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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). -- 2.44.1