mirror of
https://github.com/vim-airline/vim-airline.git
synced 2025-09-21 09:07:59 +02:00
plugin/airline.vim was calling airline#switch_theme() without actually catching the 'not-found' exception. Therefore, in case of errors, explicitly switch to a dark theme. closes #1903