Merge pull request #1651 from srini-x/master
Changing 'airline_tablabel' text and colors back to old style
This commit is contained in:
commit
55a9721c22
@ -207,6 +207,6 @@ endfunction
|
|||||||
function! airline#extensions#tabline#add_label(dict, type)
|
function! airline#extensions#tabline#add_label(dict, type)
|
||||||
if get(g:, 'airline#extensions#tabline#show_tab_type', 1)
|
if get(g:, 'airline#extensions#tabline#show_tab_type', 1)
|
||||||
call a:dict.add_section_spaced('airline_tablabel',
|
call a:dict.add_section_spaced('airline_tablabel',
|
||||||
\ get(g:, 'airline#extensions#tabline#'.a:type.'_label', '['.a:type.']'))
|
\ get(g:, 'airline#extensions#tabline#'.a:type.'_label', a:type))
|
||||||
endif
|
endif
|
||||||
endfunction
|
endfunction
|
||||||
|
Loading…
Reference in New Issue
Block a user