From 6021c75f47b79bb046f83bcef70623d7fd37355b Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Sat, 30 Jun 2007 01:20:38 +0200 Subject: [PATCH] /etc/skel/.vimrc: support ~/.vimrc.local --- debian/changelog | 1 + etc/skel/.vimrc | 7 ++++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 002be86..0af1f95 100644 --- a/debian/changelog +++ b/debian/changelog @@ -15,6 +15,7 @@ grml-etc-core (0.3.12) unstable; urgency=low cmdline, thanks again ft! - added keywords/strings for automatic building of grml' zsh reference card [and once more thanks to ft! :)] + * /etc/skel/.vimrc: support ~/.vimrc.local -- Michael Prokop Sun, 10 Jun 2007 00:04:08 +0200 diff --git a/etc/skel/.vimrc b/etc/skel/.vimrc index cd83d23..d285ce6 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: Son Apr 01 19:33:19 CEST 2007 [mika] +" Latest change: Sam Jun 30 01:19:56 CEST 2007 [mika] "############################################################################### " Thanks to Sven Guckes for his template! "############################################################################### @@ -148,5 +148,10 @@ 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