fix branch detection

This commit is contained in:
Bailey Ling
2013-08-06 00:42:59 -04:00
parent 990e3fc949
commit e858eaa990
3 changed files with 12 additions and 12 deletions

View File

@@ -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()