X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=etc%2Fskel%2F.vimrc;h=1f87644640cbcf599ad8fb6b4125de43da75abcc;hb=24aab95cd888adc1a7bad3120174b88ba72b26af;hp=cd83d23426e3ef0af31569e8b8598d50c9de9cdc;hpb=9c3b6dc030abd09b1ed0660cc27328b2f08f7da7;p=grml-etc-core.git diff --git a/etc/skel/.vimrc b/etc/skel/.vimrc index cd83d23..1f87644 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:28:53 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(expand("$HOME/.vimrc.local")) + source $HOME/.vimrc.local + endif + " Vim 7 brings cool new features - see ':he version7'! " The coolest features of Vim7 by mika " ====================================