1
1
mirror of https://github.com/mawww/kakoune.git synced 2024-12-17 16:31:50 +03:00
Commit Graph

1 Commits

Author SHA1 Message Date
Maxime Coste
b37638dda4 Split RegexHighlighters matches per requested buffer ranges
When a region calls the regex highlighter, it is incorrect to share
the regex cache as it means we can get matches that span multiple
regions.

Fixes #3041
2020-01-05 18:58:32 +11:00