Merge pull request #2113 from kazukazuinaina/add_zoomwintab_doc

[add] zoomwintab's document
This commit is contained in:
Christian Brabandt 2020-04-14 13:53:00 +02:00 committed by GitHub
commit 12aa326dae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 18 additions and 0 deletions

View File

@ -7,6 +7,7 @@ This is the Changelog for the vim-airline project.
- Extensions:
- [poetv](https://github.com/petobens/poet-v) support
- [vim-lsp](https://github.com/prabirshrestha/vim-lsp) support
- [zoomwintab](https://github.com/troydm/zoomwintab.vim) support
- Improvements
- git branch can also be displayed using [gina.vim](https://github.com/lambdalisue/gina.vim)
- coc extensions can also show additional status messages

View File

@ -1530,6 +1530,23 @@ Shows number of errors and warnings in the current file detected by YCM.
* set warning count prefix >
let g:airline#extensions#ycm#warning_symbol = 'W:'
<
------------------------------------- *airline-zoomwintab*
zoomwintab <https://github.com/troydm/zoomwintab.vim>
* enable/disable zoomwintab integration >
let g:airline#extensions#zoomwintab#enabled = 1
* zoomwintab's zoomin symbol >
let g:airline#extensions#zoomwintab#status_zoomed_in = 'Currently Zoomed In'
default: '> Zoomed'
* zoomwintab's zoomout symbol >
let g:airline#extensions#zoomwintab#status_zoomed_out ='Currently Zoomed Out'
default: ''
=============================================================================
ADVANCED CUSTOMIZATION *airline-advanced-customization*