temp disable

This commit is contained in:
Bailey Ling 2013-08-09 20:43:12 +00:00
parent 35539b2667
commit aabb061470
1 changed files with 4 additions and 4 deletions

View File

@ -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