mirror of
https://github.com/vim-airline/vim-airline.git
synced 2025-10-28 02:03:52 +01:00
The current mode is only cached per window. This will break, if one switches tabpage. We remember the last mode that was used to create the highlighting group and compare, if this has changed. This fixes #670