vimrc: Improved command mode completion
This commit is contained in:
4
vimrc
4
vimrc
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user