X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=etc%2Fvim%2Fvimrc;h=3ec9b039c75922a0b83f048af6cfa432097b373d;hb=031ad3ac7432514b0ddbf1c10c9f1a99ba21a335;hp=2a3580f6726f911bd930a1d70053f3392b4de571;hpb=661f68206e453a59d79940c87ab9226ef968e9b8;p=grml-etc-core.git diff --git a/etc/vim/vimrc b/etc/vim/vimrc index 2a3580f..3ec9b03 100644 --- a/etc/vim/vimrc +++ b/etc/vim/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:07:20 CET 2007 [mika] +" Latest change: Fre Mär 09 15:33:45 CET 2007 [mika] """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" " All system-wide defaults are set in $VIMRUNTIME/debian.vim (usually just @@ -93,6 +93,7 @@ " When switching between different buffers you can't use undo without 'set hidden': set hidden " Hide buffers when they are abandoned " set mouse=a " Enable mouse usage (all modes) in terminals + set wildmenu " command-line completion operates in an enhanced mode set pastetoggle= " don't change text when copy/pasting set dictionary=/usr/share/dict/word " used with CTRL-X CTRL-K