mirror of
https://github.com/vim-airline/vim-airline.git
synced 2025-10-28 18:24:05 +01:00
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