X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=etc%2Fskel%2F.vimrc;h=62485df5368322a942c3ab86926267f0d031702e;hb=9d9ba039e307d69f0198724f865ae2484cd7ba05;hp=0e4820f7813ad5666c6438896b83d697c9a1b131;hpb=abb5f0d01ea0b935b13530ea3d40a7e881cc93d8;p=grml-etc-core.git diff --git a/etc/skel/.vimrc b/etc/skel/.vimrc index 0e4820f..62485df 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 Feb 10 11:20:38 CET 2007 [mika] +" Latest change: Don Jul 19 00:02:50 CEST 2007 [mika] "############################################################################### " Thanks to Sven Guckes for his template! "############################################################################### @@ -12,10 +12,12 @@ set nocp " turn these ON: set digraph ek hidden ruler sc vb wmnu +" set digraph " turn these OFF ("no" prefix): set noeb noet nosol " non-toggles: - set bs=2 fo=cqrt ls=2 shm=at tw=72 ww=<,>,h,l + set bs=2 fo=cqrt ls=2 shm=at ww=<,>,h,l +" set bs=2 fo=cqrt ls=2 shm=at tw=72 ww=<,>,h,l set comments=b:#,:%,fb:-,n:>,n:) " set list listchars=tab:»·,trail:· set listchars=eol:$,precedes:«,extends:»,tab:»·,trail:· @@ -79,6 +81,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 " ====================================