1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 13:10:04 +08:00
This commit is contained in:
wsdjeg 2017-01-27 22:37:50 +08:00
parent 484a5fe729
commit c0550ee792

View File

@ -48,8 +48,3 @@ if get(g:, 'airline_powerline_fonts', 0)
let g:airline_symbols.maxlinenr= ''
endif
augroup Fix_airline_with_unite
autocmd FileType unite AirlineRefresh
autocmd FileType vimfiler AirlineRefresh
augroup END