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

@@ -26,7 +26,7 @@ function! airline#add_inactive_statusline_func(name)
endfunction
function! airline#load_theme()
highlight! default link airline_warningmsg WarningMsg
highlight! default link airline_warning WarningMsg
call airline#highlighter#load_theme()
call airline#extensions#load_theme()
endfunction