From cef341bf75f524d62490e4f47e0d3ab6852b384e Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Wed, 15 May 2019 19:19:16 +1200 Subject: Turns out I'm not actually using 'wildmenu' The 'wildmenu' option specifically means the interactive menu above the completing text, which only shows if 'wildmode' contains the `full` flag. Because I use a value that doesn't, this setting is unneeded. --- vim/vimrc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'vim/vimrc') diff --git a/vim/vimrc b/vim/vimrc index 7e34369b..915b02b0 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -195,8 +195,7 @@ if has('persistent_undo') set undodir^=$MYVIMRUNTIME/cache/undo// endif -" Wildmenu settings; see also plugin/wildignore.vim -set wildmenu " Use wildmenu +" Tab completion settings; see also plugin/wildignore.vim set wildmode=list:longest " Tab press completes and lists if exists('+wildignorecase') set wildignorecase " Case insensitive, if supported (v7.3.072) -- cgit v1.2.3