mirror of
https://github.com/vim-airline/vim-airline.git
synced 2025-11-02 04:34:07 +01:00
With Neovims recent merge of a global statusline (e.g. a statusline that is the same across all windows), make sure that truncation only happens, by checking the complete terminal window width instead of using the Vim window width (similar to when using g:airline_statusline_ontop). related: #2517