mirror of
https://github.com/vim-airline/vim-airline.git
synced 2026-01-09 13:02:19 +08:00
fix branch detection
This commit is contained in:
@@ -143,7 +143,6 @@ function! airline#update_statusline()
|
||||
endfor
|
||||
endfunction
|
||||
|
||||
let g:airline_current_mode_text = ''
|
||||
function! airline#update_highlight()
|
||||
if get(w:, 'airline_active', 1)
|
||||
let l:m = mode()
|
||||
|
||||
Reference in New Issue
Block a user