mirror of
https://github.com/vim-airline/vim-airline.git
synced 2024-11-22 14:45:02 +08:00
small update to documentation
This commit is contained in:
parent
6e223196ff
commit
e60611691f
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue
Block a user