From 0eced1f9d2b3e1710dfa093e41e8d0d3231d4892 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Sat, 30 Jun 2007 01:26:43 +0200 Subject: [PATCH] Move vimrc.local code --- etc/skel/.vimrc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/etc/skel/.vimrc b/etc/skel/.vimrc index d285ce6..439ae38 100644 --- a/etc/skel/.vimrc +++ b/etc/skel/.vimrc @@ -3,7 +3,7 @@ " Authors: grml-team (grml.org), (c) Michael Prokop " Bug-Reports: see http://grml.org/bugs/ " License: This file is licensed under the GPL v2. -" Latest change: Sam Jun 30 01:19:56 CEST 2007 [mika] +" Latest change: Sam Jun 30 01:26:33 CEST 2007 [mika] "############################################################################### " Thanks to Sven Guckes for his template! "############################################################################### @@ -80,6 +80,11 @@ source /usr/share/doc/mercurial/examples/vim/hg-menu.vim endif +" source local configuration file + if filereadable("$HOME/.vimrc.local") + source $HOME/.vimrc.local + endif + " Vim 7 brings cool new features - see ':he version7'! " The coolest features of Vim7 by mika " ==================================== @@ -148,10 +153,5 @@ if version >= 700 " highlight PmenuSbar ctermbg=7 guifg=#CCCCCC guibg=#CCCCCC " scrollbar " highlight PmenuThumb cterm=reverse gui=reverse guifg=Black guibg=#AAAAAA " thumb of the scrollbar - " source local configuration file - if filereadable("~/.vimrc.local") - source ~/.vimrc.local - endif - endif "# END OF FILE ################################################################# -- 2.1.4