d1dad7ee27
When using the self-referencial syntax to create new groups out of the predefined attributes of another: ```lua Foo = function(self) return {fg=self.Foo.fg, bg=self.Bar.bg} end ``` If either `Foo` or `Bar` were a highlight link, they would fail to be resolved. This is now fixed. |
||
---|---|---|
.. | ||
highlite.lua |