From f51de945319690a5832336d1edf641ccab147286 Mon Sep 17 00:00:00 2001 From: jdhao Date: Mon, 28 Sep 2020 00:27:25 +0800 Subject: [PATCH] add wildignore option --- options.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/options.vim b/options.vim index 747a36a..95fd76a 100644 --- a/options.vim +++ b/options.vim @@ -62,6 +62,7 @@ set showbreak=↪ " List all matches and complete till longest common string set wildmode=list:longest +set wildignorecase " ignore file and dir name cases in cmd-completion " Show current line where the cursor is set cursorline