vim-airline/autoload
Christian Brabandt b8c1b26f0e don't throw error if bufferline is not installed
airline#extensions#load() tries to load all extensions,
the user has specified in g:airline_extensions.
However, if e.g. bufferline is requested to be loaded, but
is not installed, it will throw an error
E117: Unknown function: airline#extensions#bufferline#init

Therefore, catch E117 and show a warning.

closes #1127
2016-04-21 09:30:23 +02:00
..
airline don't throw error if bufferline is not installed 2016-04-21 09:30:23 +02:00
airline.vim Add spell detection 2016-03-21 23:52:04 -07:00