vim-airline/autoload/airline/extensions/tabline
mrmr1993 fbf96559c9 Fix buffer numbering to start from 1 with buffer_idx_mode
275ec4fe63 broke this so that numbering
started from 0 instead of 1 with
g:airline#extensions#tabline#buffer_idx_mode = 1

Specifically, I overlooked that |index| actually tracked the index of
the current buffer in the buffer list *starting from 1*, whereas I
assumed it tracked the true index (starting from 0).
2018-04-02 01:04:43 +01:00
..
formatters tabline: get correct buffer name 2018-03-06 11:23:38 +01:00
autoshow.vim Update copyright notifications 2018-01-05 10:37:59 +01:00
buffers.vim Fix buffer numbering to start from 1 with buffer_idx_mode 2018-04-02 01:04:43 +01:00
buflist.vim Made s:variables local 2018-03-07 02:21:52 +01:00
builder.vim Don't show titles in the tabline if there aren't any 2018-04-01 01:05:51 +01:00
ctrlspace.vim Update copyright notifications 2018-01-05 10:37:59 +01:00
tabs.vim Merge pull request #1693 from mrmr1993/current-tabs-visible-experiments 2018-04-01 14:01:17 +02:00