mirror of
https://github.com/vim-airline/vim-airline.git
synced 2025-12-21 19:31:27 +08:00
Merge pull request #1693 from mrmr1993/current-tabs-visible-experiments
Rework tabline for tabs and buffers
This commit is contained in:
@@ -70,7 +70,8 @@ function! airline#init#bootstrap()
|
||||
\ 'spell': 'SPELL',
|
||||
\ 'modified': '+',
|
||||
\ 'space': ' ',
|
||||
\ 'keymap': 'Keymap:'
|
||||
\ 'keymap': 'Keymap:',
|
||||
\ 'ellipsis': '...'
|
||||
\ }, 'keep')
|
||||
|
||||
if get(g:, 'airline_powerline_fonts', 0)
|
||||
|
||||
Reference in New Issue
Block a user