]> git.madduck.net Git - etc/vim.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

fix rtp
authormartin f. krafft <madduck@madduck.net>
Tue, 16 Oct 2007 10:46:06 +0000 (11:46 +0100)
committermartin f. krafft <madduck@madduck.net>
Mon, 22 Oct 2007 14:15:51 +0000 (16:15 +0200)
.vimrc

diff --git a/.vimrc b/.vimrc
index 292cd2f71da7b8666f5f826233043939b2b2b8e3..e971bef487df45bce8698c8fac2abdf01f79a9d8 100644 (file)
--- a/.vimrc
+++ b/.vimrc
@@ -40,11 +40,11 @@ set pt=<F2>
 
 " runtimepath
 " list of directories used for runtime files and plugins
-"       set rtp=/home/madduck/.vim,/usr/share/vim/vimfiles,/usr/share/vim/vim71,/usr/share/vim/vimfiles/after,/home/madduck/.vim/after
+"       set rtp=/home/madduck/.vim,/usr/share/vim/vimfiles,/usr/share/vim/vimcurrent,/usr/share/vim/vimfiles/after,/home/madduck/.vim/after
 
 " helpfile
 " name of the main help file
-"       set hf=/usr/share/vim/vim71/doc/help.txt
+"       set hf=/usr/share/vim/vimcurrent/doc/help.txt
 
 """ moving around, searching and patterns