fugitive: mark fugitive like buffers with "[git]"

closes #1852
This commit is contained in:
Christian Brabandt
2019-02-02 18:04:53 +01:00
parent dc7d991007
commit 54584a2bb2
2 changed files with 7 additions and 3 deletions

View File

@@ -599,6 +599,9 @@ It is deactivated by default if |airline-bufferline| is activated.
* enable/disable bufferline integration >
let g:airline#extensions#fugitiveline#enabled = 1
<
If enabled, the buffer that comes from fugitive, will have added a trailing
"[git]" to be able do distinguish between fugitive and non-fugitive buffers.
------------------------------------- *airline-grepper*
vim-grepper <https://github.com/mhinz/vim-grepper>