Merge pull request #1693 from mrmr1993/current-tabs-visible-experiments

Rework tabline for tabs and buffers
This commit is contained in:
Christian Brabandt
2018-04-01 14:01:17 +02:00
committed by GitHub
8 changed files with 345 additions and 105 deletions

View File

@@ -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)