mirror of
https://github.com/vim-airline/vim-airline.git
synced 2025-10-29 10:44:13 +01:00
When cacheing the values of buffer number, window number per tabpage, we might forget to update the statusline when it is actually needed, e.g. on `:tab help h | norm! gt` which would then still display "Help" also we are not in a help window anymore. Therefore cache those values (including current tabpage number) globally. fixes #1253