tabline: add consistent tab label to the end

closes #1882
closes #1883
This commit is contained in:
Christian Brabandt
2019-03-08 14:05:38 +01:00
parent 1c3ae6077a
commit 6ab14bf474
3 changed files with 8 additions and 3 deletions

View File

@@ -92,6 +92,7 @@ function! airline#extensions#tabline#tabs#get()
call airline#extensions#tabline#add_label(b, 'buffers')
endif
endif
call airline#extensions#tabline#add_tab_label(b)
let s:current_bufnr = curbuf
let s:current_tabnr = curtab