kakoune/test/regression/4669-eol-highlight-to-column-highlighter
Maxime Coste c7fbf1f390 Re-work line trimming to fix issues with column highighters
Instead of triming only buffer ranges, add a trim_from method to
display line to keep the initial N columns, we know how many columns
are used by non-trimable widgets in DisplaySetup::widget_columns so
we can just pass this.

Also restore the previous logic for face merging

Fixes #4670
2022-07-13 12:24:14 +10:00
..
cmd Fix past-the-eol column highlighter getting highlighted as buffer range 2022-07-12 21:11:53 +10:00
in Fix past-the-eol column highlighter getting highlighted as buffer range 2022-07-12 21:11:53 +10:00
rc Fix past-the-eol column highlighter getting highlighted as buffer range 2022-07-12 21:11:53 +10:00
script Re-work line trimming to fix issues with column highighters 2022-07-13 12:24:14 +10:00