mention notexists symbol in documentation
This commit is contained in:
parent
516870bf9f
commit
b97d7a11f4
@ -323,10 +323,17 @@ vim-bufferline <https://github.com/bling/vim-bufferline>
|
|||||||
let g:airline#extensions#bufferline#overwrite_variables = 1
|
let g:airline#extensions#bufferline#overwrite_variables = 1
|
||||||
<
|
<
|
||||||
------------------------------------- *airline-branch*
|
------------------------------------- *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 <https://github.com/tpope/vim-fugitive>
|
fugitive.vim <https://github.com/tpope/vim-fugitive>
|
||||||
lawrencium <https://bitbucket.org/ludovicchabant/vim-lawrencium>
|
lawrencium <https://bitbucket.org/ludovicchabant/vim-lawrencium>
|
||||||
vcscommand <http://www.vim.org/scripts/script.php?script_id=90>
|
vcscommand <http://www.vim.org/scripts/script.php?script_id=90>
|
||||||
|
|
||||||
|
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 >
|
* enable/disable fugitive/lawrencium integration >
|
||||||
let g:airline#extensions#branch#enabled = 1
|
let g:airline#extensions#branch#enabled = 1
|
||||||
<
|
<
|
||||||
|
Loading…
Reference in New Issue
Block a user