reduce variable deprecation.

This commit is contained in:
Bailey Ling
2013-08-27 14:12:03 +00:00
parent 6dd4cd5423
commit d5d87d2cdc
3 changed files with 5 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
let s:empty_message = get(g:, 'airline#extensions#branch#empty_message',
\ get(g:, 'airline_branch_empty_message', ''))
let s:symbol = g:airline_symbols.branch
let s:symbol = get(g:, 'airline#extensions#branch#symbol', g:airline_symbols.branch)
let s:has_fugitive = exists('*fugitive#head')
let s:has_fugitive_detect = exists('*fugitive#detect')