martanne / vis

A vi-like editor based on Plan 9's structural regular expressions
Other
4.2k stars 258 forks source link

Strange interaction between DEFAULT and SELECTION styles #969

Open hyphenrf opened 2 years ago

hyphenrf commented 2 years ago

with STYLE_DEFAULT = 'fore:<color>,back:<color>', STYLE_SELECTION would not apply unless explicitly specified: STYLE_SELECTION = 'reverse' would not take its expected effect, but STYLE_SELECTION = 'fore:<color>,back:<color>' works