1
0
Fork 0
mirror of synced 2024-07-26 18:11:12 -04:00
This commit is contained in:
amix 2016-07-03 13:58:02 +02:00
parent 953bb394ac
commit c4e6a11dad

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