make syntastic use the warning section

This commit is contained in:
Bailey Ling
2013-08-06 21:42:32 -04:00
parent 7fb9bcf2c9
commit d2c069b971
4 changed files with 12 additions and 8 deletions

View File

@@ -168,11 +168,11 @@ with the usual statusline syntax.
let g:airline_section_a (the mode/paste indicator)
let g:airline_section_b (the fugitive/lawrencium branch indicator)
let g:airline_section_c (bufferline or filename)
let g:airline_section_gutter (syntastic, readonly flag)
let g:airline_section_gutter
let g:airline_section_x (tagbar, filetype)
let g:airline_section_y (fileencoding, fileformat)
let g:airline_section_z (percentage, line number, column number)
let g:airline_section_warning (special section that only appears sometimes)
let g:airline_section_warning (syntastic, whitespace)
" here is an example of how you could replace the branch indicator with
" the current working directory, followed by the filename.