1
1
mirror of https://github.com/mawww/kakoune.git synced 2024-09-19 08:47:46 +03:00
kakoune/test/regression/1382-column-highlighter-broken-on-horizontal-scroll
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 Simplify column highlighter and make it more robust 2017-06-09 15:24:07 +01:00
in Simplify column highlighter and make it more robust 2017-06-09 15:24:07 +01:00
rc Fix tests and required scripts to get back to green make test 2018-07-05 07:54:28 +10:00
script Re-work line trimming to fix issues with column highighters 2022-07-13 12:24:14 +10:00