vim-airline/autoload
Christian Brabandt 29c556dba4 use correct groupname for inactive windows
airline_c (which contains the filename) usually is used together with
the buffer number, so that several windows showing the a different
buffer do not share the same highlighting group.

This was fixed in 73aea86a, but unfortunately it was forgotten to not
only add this to the current group, but also modify the previous group
accordingly. This is what this patch does.

fixes #1268
2016-09-26 21:12:15 +02:00
..
airline use correct groupname for inactive windows 2016-09-26 21:12:15 +02:00
airline.vim Do not unconditionally modify airline_c_inactive 2016-09-08 18:46:11 +02:00