mirror of
https://github.com/vim-airline/vim-airline.git
synced 2025-11-01 12:13:50 +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.