mirror of
https://github.com/vim-airline/vim-airline-themes.git
synced 2025-03-04 14:59:55 +08:00

Vim's `get()` calls the expression for `{default}` always, not only if the default is going to be used! This caused `airline#extensions#tabline#get_buffer_name` to not use the cached value. Fixes https://github.com/bling/vim-airline/issues/697.