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