vimrc: Improved command mode completion

This commit is contained in:
Andrew R. M 2016-10-12 04:21:09 -04:00
parent 6e3865059e
commit cead86df96

4
vimrc
View File

@ -90,8 +90,8 @@ set nocompatible
" Advanced command-line completion " " Advanced command-line completion "
set wildmenu set wildmenu
set wildignore=*.o,*.obj,*~ set wildignorecase
set wildignore+=*.png,*.jpg,*.gif set wildmode=longest,full
" Use UTF-8 " " Use UTF-8 "
set encoding=utf-8 set encoding=utf-8