diff options
| author | Maxime Coste <mawww@kakoune.org> | 2019-04-28 00:35:52 +0100 |
|---|---|---|
| committer | Maxime Coste <mawww@kakoune.org> | 2019-04-28 00:35:52 +0100 |
| commit | 229768841bc63705897a27f923cb699fafc85ade (patch) | |
| tree | a53e22e6acc4ef1f0690c6d842d3758b702fdfd6 /test/highlight | |
| parent | f6e58e7271bdebb2c289405f8fba91090d5345da (diff) | |
Fix parsing of faces with a base but no attributes
Diffstat (limited to 'test/highlight')
| -rw-r--r-- | test/highlight/face-override/rc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/highlight/face-override/rc b/test/highlight/face-override/rc index b579d63e..62ed6cd2 100644 --- a/test/highlight/face-override/rc +++ b/test/highlight/face-override/rc @@ -1,3 +1,4 @@ face global Foo default,blue+i -face buffer Foo red,default+u@Foo +face buffer Foo green,default+u@Foo +face buffer Foo red@Foo add-highlighter window/ regex foo 0:Foo |
