update branch head all the time (#42).

This commit is contained in:
Bailey Ling
2013-08-18 17:22:35 +00:00
parent e26165caa6
commit 0a88fd81d3
2 changed files with 16 additions and 8 deletions

View File

@@ -60,7 +60,7 @@ call s:check_defined('g:airline_theme_map', {
\ })
call s:check_defined('g:airline_section_a', '%{get(w:, "airline_current_mode", "")}')
call s:check_defined('g:airline_section_b', '%{get(w:, "airline_current_branch", "")}')
call s:check_defined('g:airline_section_b', '')
call s:check_defined('g:airline_section_c', '%f%m')
call s:check_defined('g:airline_section_gutter', '%=')
call s:check_defined('g:airline_section_x', "%{strlen(&filetype)>0?&filetype:''}")