mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-02 22:40:06 +08:00
Fix 1075
This commit is contained in:
parent
54ec968bc9
commit
802e57bcb2
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user