rename warningmsg to warning.

This commit is contained in:
Bailey Ling
2013-08-27 23:44:03 +00:00
parent 6fc8c00ef1
commit ea4e0280fb
3 changed files with 3 additions and 3 deletions

View File

@@ -39,7 +39,7 @@ function! airline#extensions#default#apply(builder, context)
call a:builder.add_section('airline_z', s:get_section(winnr, 'z'))
if active
call a:builder.add_raw('%(')
call a:builder.add_section('airline_warningmsg', s:get_section(winnr, 'warning', '', ''))
call a:builder.add_section('airline_warning', s:get_section(winnr, 'warning', '', ''))
call a:builder.add_raw('%)')
endif
endif