extract fugitive/lawrencium

This commit is contained in:
Bailey Ling
2013-08-06 03:07:01 +00:00
parent 11fd24b3ef
commit 9c960875fe
3 changed files with 21 additions and 8 deletions

View File

@@ -56,7 +56,7 @@ function! s:on_window_changed()
call airline#extensions#load()
call airline#load_theme(g:airline_theme)
call s:check_defined('g:airline_section_a', '%{g:airline_current_mode_text}')
call s:check_defined('g:airline_section_b', '%{g:airline_externals_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', g:airline_externals_tagbar."%{strlen(&filetype)>0?&filetype:''}")