mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 10:30:05 +08:00
Fix #433
This commit is contained in:
parent
81766efa5f
commit
d6d9f57607
@ -9,13 +9,13 @@ let g:vimfiler_file_icon = get(g:, 'vimfiler_file_icon', '')
|
||||
let g:vimfiler_readonly_file_icon = get(g:, 'vimfiler_readonly_file_icon', '*')
|
||||
let g:vimfiler_marked_file_icon = get(g:, 'vimfiler_marked_file_icon', '√')
|
||||
"let g:vimfiler_preview_action = 'auto_preview'
|
||||
let g:vimfiler_ignore_pattern = [
|
||||
let g:vimfiler_ignore_pattern = get(g:, 'vimfiler_ignore_pattern', [
|
||||
\ '^\.git$',
|
||||
\ '^\.DS_Store$',
|
||||
\ '^\.init\.vim-rplugin\~$',
|
||||
\ '^\.netrwhist$',
|
||||
\ '\.class$'
|
||||
\]
|
||||
\])
|
||||
|
||||
if has('mac')
|
||||
let g:vimfiler_quick_look_command =
|
||||
|
Loading…
Reference in New Issue
Block a user