mirror of
https://github.com/vim-airline/vim-airline.git
synced 2025-11-01 12:13:50 +01:00
under certains circumstances it could happen that for the vim-ctrlspace tabline extension a tabline group was redefined which would cause a separator having foreground and background color swapped. This was caused by using the 'pos' parameter for the right side wrongly. fixes #1559