mirror of
1
0
Fork 0
This commit is contained in:
amix 2016-07-03 13:58:02 +02:00
parent 953bb394ac
commit c4e6a11dad
1 changed files with 2 additions and 2 deletions

View File

@ -84,9 +84,9 @@ set wildmenu
" Ignore compiled files
set wildignore=*.o,*~,*.pyc
if has("win16") || has("win32")
set wildignore+=*/.git/*,*/.hg/*,*/.svn/*,*/.DS_Store
else
set wildignore+=.git\*,.hg\*,.svn\*
else
set wildignore+=*/.git/*,*/.hg/*,*/.svn/*,*/.DS_Store
endif
"Always show current position