Merge pull request #972 from chrisbra/doc

small update to documentation
This commit is contained in:
Christian Brabandt 2016-01-30 16:50:03 +01:00
commit c88f04cd1a
1 changed files with 2 additions and 2 deletions

View File

@ -229,8 +229,8 @@ section.
let g:airline_section_x (tagbar, filetype, virtualenv) let g:airline_section_x (tagbar, filetype, virtualenv)
let g:airline_section_y (fileencoding, fileformat) let g:airline_section_y (fileencoding, fileformat)
let g:airline_section_z (percentage, line number, column number) let g:airline_section_z (percentage, line number, column number)
let g:airline_section_error (ycm_error_count) let g:airline_section_error (ycm_error_count, syntastic, eclim)
let g:airline_section_warning (ycm_warning_count, syntastic, whitespace) let g:airline_section_warning (ycm_warning_count, whitespace)
" here is an example of how you could replace the branch indicator with " here is an example of how you could replace the branch indicator with
" the current working directory, followed by the filename. " the current working directory, followed by the filename.