customizable empty branch message. closes #121.

This commit is contained in:
Bailey Ling
2013-08-09 20:12:56 +00:00
parent 2ba7ce02ec
commit 35539b2667
3 changed files with 3 additions and 1 deletions

View File

@@ -6,7 +6,7 @@ function! airline#extensions#branch#apply()
\ ? g:airline_branch_prefix.fugitive#head()
\ : exists('*lawrencium#statusline') && strlen(lawrencium#statusline()) > 0
\ ? g:airline_branch_prefix.lawrencium#statusline()
\ : ''
\ : g:airline_branch_empty_message
endfunction
function! airline#extensions#branch#init(ext)