Warning!

Notice: the grml team is migrating from Mercurial to Git.
Please visit git.grml.org instead!

/etc/vim/vimrc: added set wildmenu
authorMichael Prokop <mika@grml.org>
Fri Mar 09 15:34:32 2007 +0100 (21 months ago)
changeset 10608ffe565e279
manifest08ffe565e279
parent 1059ff1571c3db7
child 10749db209b107b
tag0.2.28
/etc/vim/vimrc: added set wildmenu
debian/changelog
etc/vim/vimrc
--- a/debian/changelog Sat Mar 03 18:38:50 2007 +0100
+++ b/debian/changelog Fri Mar 09 15:34:32 2007 +0100
@@ -1,3 +1,9 @@ grml-etc-core (0.2.27) unstable; urgency
+grml-etc-core (0.2.28) unstable; urgency=low
+
+ * /etc/vim/vimrc: added 'set wildmenu' (thanks for suggestion, ft!)
+
+ -- Michael Prokop <mika@grml.org> Fri, 9 Mar 2007 15:33:55 +0100
+
grml-etc-core (0.2.27) unstable; urgency=low
* Another fix for debian/preinst to avoid breakage on older systems.
--- a/etc/vim/vimrc Sat Mar 03 18:38:50 2007 +0100
+++ b/etc/vim/vimrc Fri Mar 09 15:34:32 2007 +0100
@@ -3,7 +3,7 @@
" Authors: grml-team (grml.org), (c) Michael Prokop <mika@grml.org>
" 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=<f11> " don't change text when copy/pasting
set dictionary=/usr/share/dict/word " used with CTRL-X CTRL-K