vim-airline/autoload
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
..
airline Fix buffer numbering to start from 1 with buffer_idx_mode 2018-04-02 01:04:43 +01:00
airline.vim Update copyright notifications 2018-01-05 10:37:59 +01:00