From d33ea49d1448ad11cd946c4e316b4ffeba4506cb Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Tue, 20 May 2014 09:56:50 +0100 Subject: [PATCH] vim: wildmode full after menu --- vim/vimrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vim/vimrc b/vim/vimrc index 0ef4630..71c794b 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -57,7 +57,7 @@ map set incsearch " show match for partly typed search command set ignorecase " ignore case when using a search pattern set smartcase " override 'ignorecase' when pattern has upper case characters -set hlsearch " highlight all matches for the last used search pattern +set hlsearch " highlight all matches for the last used search pattern " use leader-n to unhighlight search nmap n :silent nohl @@ -272,7 +272,7 @@ set directory=$XDG_CACHE_HOME/vim,.,/var/tmp " command line editing {{{1 set history=500 " how many command lines are remembered -set wildmode=longest:full " specifies how command line completion works +set wildmode=longest:full,full " specifies how command line completion works set wildmenu " command-line completion shows a list of matches " various {{{1 -- 2.48.1