vim-airline/autoload/airline
Christian Brabandt 9e3fcc4cdb
tagbar: only try loading the tagbar extension once
commit 232b641 did unfortunately disable tagbar completely, since
exists("*func") does not autoload the function.

So this time, try explicitly calling the function once, and if it does
not exists, it should be disabled and not cause any further errors.

closes #1555
2017-09-01 09:08:22 +02:00
..
extensions tagbar: only try loading the tagbar extension once 2017-09-01 09:08:22 +02:00
themes Permit appending content to a theme 2017-03-12 18:16:26 -04:00
async.vim async: nvim: use generic output handler 2017-08-30 13:15:55 +02:00
builder.vim correctly check w:airline_skip_empty_sections var 2017-04-11 22:10:43 +02:00
debug.vim Add 'scriptencoding utf-8' to all scripts 2016-09-24 08:16:30 +08:00
extensions.vim keymap: add missing part from #1546 2017-08-26 18:18:45 +02:00
highlighter.vim highlighter: do not consider 0 to be empty 2017-08-20 22:47:02 +02:00
init.vim keymap: fix missing keymap symbol, fix wrong condition 2017-08-27 21:29:40 +02:00
msdos.vim Add 'scriptencoding utf-8' to all scripts 2016-09-24 08:16:30 +08:00
parts.vim spell: Display spelling language 2017-08-01 19:25:20 +02:00
section.vim Add 'scriptencoding utf-8' to all scripts 2016-09-24 08:16:30 +08:00
themes.vim Add 'scriptencoding utf-8' to all scripts 2016-09-24 08:16:30 +08:00
util.vim Refactor async functions 2017-08-23 18:37:24 +02:00