temp disable
This commit is contained in:
parent
35539b2667
commit
aabb061470
|
@ -106,10 +106,10 @@ function! s:get_statusline(winnr, active)
|
|||
let sl.=l:mode_color
|
||||
let sl.=s:get_section(a:winnr, 'z')
|
||||
|
||||
if a:active
|
||||
let warngroup = airline#themes#exec_highlight_separator('Al2', 'warningmsg')
|
||||
let sl.='%(%#'.warngroup.'#'.g:airline_right_sep.'%#warningmsg#'.s:getwinvar(a:winnr, 'airline_section_warning', '').'%)'
|
||||
endif
|
||||
" if a:active
|
||||
" let warngroup = airline#themes#exec_highlight_separator('Al2', 'warningmsg')
|
||||
" let sl.='%(%#'.warngroup.'#'.g:airline_right_sep.'%#warningmsg#'.s:getwinvar(a:winnr, 'airline_section_warning', '').'%)'
|
||||
" endif
|
||||
endif
|
||||
return sl
|
||||
endfunction
|
||||
|
|
Loading…
Reference in New Issue