From b97d7a11f42ef517c7f72b279fb28a52cc09e5fa Mon Sep 17 00:00:00 2001 From: Christian Brabandt Date: Thu, 3 Nov 2016 14:01:27 +0100 Subject: [PATCH] mention notexists symbol in documentation --- doc/airline.txt | 7 +++++++ 1 file changed, 7 insertions(+) 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 <