vim-airline/autoload/airline
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
..
extensions Fix buffer numbering to start from 1 with buffer_idx_mode 2018-04-02 01:04:43 +01:00
themes Update copyright notifications 2018-01-05 10:37:59 +01:00
async.vim async: catch error when jobstart() fails 2018-03-20 14:01:46 +01:00
builder.vim Statusline: Use separator widths to calculate whether a title will fit 2018-03-18 00:52:34 +00:00
debug.vim Update copyright notifications 2018-01-05 10:37:59 +01:00
extensions.vim Added a vim-gutentags extension 2018-03-15 22:05:16 +01:00
highlighter.vim Revert "highlighter: Make the separators use a cterm background color" 2018-03-20 15:30:02 +01:00
init.vim Merge pull request #1693 from mrmr1993/current-tabs-visible-experiments 2018-04-01 14:01:17 +02:00
msdos.vim Update copyright notifications 2018-01-05 10:37:59 +01:00
parts.vim Update copyright notifications 2018-01-05 10:37:59 +01:00
section.vim Update copyright notifications 2018-01-05 10:37:59 +01:00
themes.vim Update copyright notifications 2018-01-05 10:37:59 +01:00
util.vim Move strchars into util.vim 2018-03-19 15:03:51 +00:00