This website requires JavaScript.
Explore
Help
Sign In
xenia
/
kakoune
Watch
1
Star
0
Fork
0
You've already forked kakoune
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
5d00b80d1a
kakoune
/
test
/
regression
/
5001-line-highlighting-breaks-at-region
/
in
3 lines
9 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Fix DisplayLines not tracking their buffer range correctly After extracting the whole buffer content, a line can end up with only non-range highlgihters pending which makes its range become 0.0,0.0, after running highlighting on the extracted range it gets re-inserted but taking the min of existing range and inserted range wrongly returns 0.0. Avoid this by detecting that the 0.0,0.0 range does not actually mean anything when we have no ranged atoms. Fixes #5001
2024-03-22 11:00:38 +01:00
#foo
bar
Reference in New Issue
Copy Permalink
Mastodon