aboutsummaryrefslogtreecommitdiff
path: root/options.vim
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2020-09-28 00:27:25 +0800
committerjdhao <jdhao@hotmail.com>2020-09-28 00:27:25 +0800
commitf51de945319690a5832336d1edf641ccab147286 (patch)
tree220c1a5d3e691f6535010631464f95224ae16e89 /options.vim
parent23d6b3d0bc34e4295f76724a2ff6a83976453772 (diff)
add wildignore option
Diffstat (limited to 'options.vim')
-rw-r--r--options.vim1
1 files changed, 1 insertions, 0 deletions
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