vim-airline/autoload/airline
Christian Brabandt b84e13f1d7
Blacklist startify for [noperm]
Startify unfortunately does not set the buftype option, so the
`[noperm]` would be shown, since the buffer is not really a file.
(see mhinz/vim-startify#324)

So allow to blacklist startify from this setting. To do so, the logic
from the tabline extension was refactored out into a separate function
that returns true, if the buffer matches
`g:airline#extensions#tabline#ignore_bufadd_pat` and that function is
then reused for the readonly() function as well.
2018-05-11 22:32:20 +02:00
..
extensions Blacklist startify for [noperm] 2018-05-11 22:32:20 +02: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 Merge pull request #1700 from mox-mox/master 2018-04-09 13:27:44 +02:00
highlighter.vim Revert "highlighter: Make the separators use a cterm background color" 2018-03-20 15:30:02 +01:00
init.vim Simplify airline#init#gui_mode() 2018-04-06 02:21:20 +02:00
msdos.vim Update copyright notifications 2018-01-05 10:37:59 +01:00
parts.vim Blacklist startify for [noperm] 2018-05-11 22:32:20 +02: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 Blacklist startify for [noperm] 2018-05-11 22:32:20 +02:00