mirror of
https://github.com/amix/vimrc
synced 2025-02-28 14:12:51 +08:00
This commit is contained in:
parent
953bb394ac
commit
c4e6a11dad
@ -84,9 +84,9 @@ set wildmenu
|
|||||||
" Ignore compiled files
|
" Ignore compiled files
|
||||||
set wildignore=*.o,*~,*.pyc
|
set wildignore=*.o,*~,*.pyc
|
||||||
if has("win16") || has("win32")
|
if has("win16") || has("win32")
|
||||||
set wildignore+=*/.git/*,*/.hg/*,*/.svn/*,*/.DS_Store
|
|
||||||
else
|
|
||||||
set wildignore+=.git\*,.hg\*,.svn\*
|
set wildignore+=.git\*,.hg\*,.svn\*
|
||||||
|
else
|
||||||
|
set wildignore+=*/.git/*,*/.hg/*,*/.svn/*,*/.DS_Store
|
||||||
endif
|
endif
|
||||||
|
|
||||||
"Always show current position
|
"Always show current position
|
||||||
|
Loading…
Reference in New Issue
Block a user