This commit is contained in:
parent
953bb394ac
commit
c4e6a11dad
1 changed files with 2 additions and 2 deletions
|
@ -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 a new issue