From 9840b26fa40ec4240a03fd89e31f12e6d3d82ede Mon Sep 17 00:00:00 2001 From: kazukazuinaina Date: Fri, 10 Apr 2020 21:31:05 +0900 Subject: [PATCH] [add] zoomwintab's document [fix] mistake plugin name [add] zoomwintab's variable's config --- CHANGELOG.md | 1 + doc/airline.txt | 17 +++++++++++++++++ 2 files changed, 18 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ac7cafd5..8d19f93e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/doc/airline.txt b/doc/airline.txt index 247f60f8..ea21d1b6 100644 --- a/doc/airline.txt +++ b/doc/airline.txt @@ -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 + +* 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*