mirror of
https://github.com/vim-airline/vim-airline.git
synced 2025-12-06 12:14:24 +08:00
[add] new option / always show tab count feature
This commit is contained in:
@@ -956,6 +956,11 @@ with the middle mouse button to delete that buffer.
|
||||
|
||||
* enable/disable displaying number of tabs in the right side (c) >
|
||||
let g:airline#extensions#tabline#show_tab_count = 1
|
||||
|
||||
Note: Not displayed if the number of tabs is less than 1
|
||||
|
||||
* always displaying number of tabs in the right side (c) >
|
||||
let g:airline#extensions#tabline#show_tab_count = 2
|
||||
<
|
||||
* configure filename match rules to exclude from the tabline. >
|
||||
let g:airline#extensions#tabline#excludes = []
|
||||
|
||||
Reference in New Issue
Block a user