diff --git a/doc/airline.txt b/doc/airline.txt index 40434418..d9109a58 100644 --- a/doc/airline.txt +++ b/doc/airline.txt @@ -323,10 +323,17 @@ vim-bufferline let g:airline#extensions#bufferline#overwrite_variables = 1 < ------------------------------------- *airline-branch* + +vim-airline will display the branch-indicator together with the branch name in +the statusline, if one of the following plugins is installed: + fugitive.vim lawrencium vcscommand +If a file is edited, that is not yet in the repository, the +notexists symbol will be displayed after the branch name. + * enable/disable fugitive/lawrencium integration > let g:airline#extensions#branch#enabled = 1 <