mirror of
https://github.com/vim-airline/vim-airline.git
synced 2025-11-01 20:23:55 +01:00
Most of them seem to be caused by using :hi statements, although the highlighting group to be created is exactly the same. Therefore, get the info from actual definition and only execute :hi when the new group is actually different. Also try to avoid to generate :hi statements when the popupmen is visible. This causes flickers.