mirror of
https://github.com/vim-airline/vim-airline.git
synced 2026-02-09 11:11:24 +08:00
customizable empty branch message. closes #121.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user