mirror of
https://github.com/vim-airline/vim-airline.git
synced 2025-03-11 05:22:00 +08:00

if the same highlighting group is used on the left and right for the label, the `airline_tablabel_to_airline_tabmod` will be overwritten on the right side, causing the fg/bg colors to be wrong, because on the right side they have to be the opposite of the left side. So use a separate highlighting group for the tablabel on the right. closes #1902