vim-airline/autoload/airline/extensions
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
..
tabline bufferline: always add a space for the very first item 2018-04-15 10:16:28 +02:00
wordcount/formatters Update copyright notifications 2018-01-05 10:37:59 +01:00
ale.vim ALE: add option to disable line numbers 2018-03-19 11:28:45 +01:00
branch.vim Merge pull request #1683 from idbrii/add-custom-scm 2018-04-08 21:56:32 +02:00
bufferline.vim Update copyright notifications 2018-01-05 10:37:59 +01:00
capslock.vim Update copyright notifications 2018-01-05 10:37:59 +01:00
commandt.vim Update copyright notifications 2018-01-05 10:37:59 +01:00
csv.vim Update copyright notifications 2018-01-05 10:37:59 +01:00
ctrlp.vim Update copyright notifications 2018-01-05 10:37:59 +01:00
ctrlspace.vim Update copyright notifications 2018-01-05 10:37:59 +01:00
cursormode.vim cursormode: allow custom mode names 2018-01-19 13:28:02 +01:00
default.vim Update copyright notifications 2018-01-05 10:37:59 +01:00
denite.vim Update copyright notifications 2018-01-05 10:37:59 +01:00
eclim.vim Update copyright notifications 2018-01-05 10:37:59 +01:00
example.vim Update copyright notifications 2018-01-05 10:37:59 +01:00
fugitiveline.vim Merge pull request #1634 from Cimbali/master 2018-01-15 08:02:09 +01:00
gutentags.vim gutentags: output correct statusline message 2018-04-06 02:14:10 +02:00
hunks.vim Update copyright notifications 2018-01-05 10:37:59 +01:00
keymap.vim Update copyright notifications 2018-01-05 10:37:59 +01:00
localsearch.vim Adding localsearch extension (code and documentation). See https://github.com/mox-mox/vim-localsearch 2018-04-09 00:47:23 +02:00
neomake.vim Update copyright notifications 2018-01-05 10:37:59 +01:00
netrw.vim Update copyright notifications 2018-01-05 10:37:59 +01:00
nrrwrgn.vim Update copyright notifications 2018-01-05 10:37:59 +01:00
obsession.vim Update copyright notifications 2018-01-05 10:37:59 +01:00
po.vim Update copyright notifications 2018-01-05 10:37:59 +01:00
promptline.vim Update copyright notifications 2018-01-05 10:37:59 +01:00
quickfix.vim quickfix: fix options initialization 2018-01-18 18:21:56 +01:00
syntastic.vim Update copyright notifications 2018-01-05 10:37:59 +01:00
tabline.vim Blacklist startify for [noperm] 2018-05-11 22:32:20 +02:00
tagbar.vim Update copyright notifications 2018-01-05 10:37:59 +01:00
term.vim Update copyright notifications 2018-01-05 10:37:59 +01:00
tmuxline.vim Update copyright notifications 2018-01-05 10:37:59 +01:00
undotree.vim Update copyright notifications 2018-01-05 10:37:59 +01:00
unicode.vim Update copyright notifications 2018-01-05 10:37:59 +01:00
unite.vim Update copyright notifications 2018-01-05 10:37:59 +01:00
vimagit.vim Update copyright notifications 2018-01-05 10:37:59 +01:00
vimtex.vim Update copyright notifications 2018-01-05 10:37:59 +01:00
virtualenv.vim Update copyright notifications 2018-01-05 10:37:59 +01:00
whitespace.vim allow to also disable trailing whitespace check per filetype 2018-04-28 07:34:59 +02:00
windowswap.vim Update copyright notifications 2018-01-05 10:37:59 +01:00
wordcount.vim Update copyright notifications 2018-01-05 10:37:59 +01:00
xkblayout.vim xkblayout: Make Short codes configurable 2018-04-18 10:46:55 +02:00
ycm.vim Update copyright notifications 2018-01-05 10:37:59 +01:00