1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 20:20:05 +08:00

Ctrlp should ignore svg file

This commit is contained in:
wsdjeg 2017-03-11 21:46:04 +08:00
parent 816e319cf7
commit 9ab3595152

View File

@ -256,7 +256,7 @@ let g:spacevim_hosts_url
let g:spacevim_wildignore
\ = '*/tmp/*,*.so,*.swp,*.zip,*.class,tags,*.jpg,
\*.ttf,*.TTF,*.png,*/target/*,
\.git,.svn,.hg,.DS_Store'
\.git,.svn,.hg,.DS_Store,*.svg'
function! SpaceVim#loadCustomConfig() abort
let custom_confs_old = SpaceVim#util#globpath(getcwd(), '.local.vim')