separators unnecessary in warning section.

This commit is contained in:
Bailey Ling 2013-08-31 04:54:52 +00:00
parent 7bcb9b5fff
commit a249c87f61
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ function! airline#init#bootstrap()
let g:airline_section_z = airline#section#create_right(['%3p%% %{g:airline_symbols.linenr} %3l:%3c '])
endif
if !exists('g:airline_section_warning')
let g:airline_section_warning = airline#section#create_right(['syntastic', 'whitespace'])
let g:airline_section_warning = airline#section#create(['syntastic', 'whitespace'])
endif
endfunction