diff options
| author | jdhao <jdhao@hotmail.com> | 2020-09-28 00:27:25 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2020-09-28 00:27:25 +0800 |
| commit | f51de945319690a5832336d1edf641ccab147286 (patch) | |
| tree | 220c1a5d3e691f6535010631464f95224ae16e89 /options.vim | |
| parent | 23d6b3d0bc34e4295f76724a2ff6a83976453772 (diff) | |
add wildignore option
Diffstat (limited to 'options.vim')
| -rw-r--r-- | options.vim | 1 |
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 |
