1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-02 22:40:06 +08:00
This commit is contained in:
wsdjeg 2017-12-05 10:08:10 +08:00
parent 54ec968bc9
commit 802e57bcb2

View File

@ -18,7 +18,8 @@ let g:vimfiler_ignore_pattern = get(g:, 'vimfiler_ignore_pattern', [
\ '^\.DS_Store$',
\ '^\.init\.vim-rplugin\~$',
\ '^\.netrwhist$',
\ '\.class$'
\ '\.class$',
\ '^\.'
\])
if has('mac')