From e60611691f914dec4990aafeca68c027d9bd1a11 Mon Sep 17 00:00:00 2001 From: Christian Brabandt Date: Sat, 30 Jan 2016 16:07:17 +0100 Subject: [PATCH] small update to documentation --- doc/airline.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/airline.txt b/doc/airline.txt index 8893fc9..7dfc9ea 100644 --- a/doc/airline.txt +++ b/doc/airline.txt @@ -229,8 +229,8 @@ section. let g:airline_section_x (tagbar, filetype, virtualenv) let g:airline_section_y (fileencoding, fileformat) let g:airline_section_z (percentage, line number, column number) - let g:airline_section_error (ycm_error_count) - let g:airline_section_warning (ycm_warning_count, syntastic, whitespace) + let g:airline_section_error (ycm_error_count, syntastic, eclim) + let g:airline_section_warning (ycm_warning_count, whitespace) " here is an example of how you could replace the branch indicator with " the current working directory, followed by the filename.