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
2da2cf2113
kakoune
/
test
/
regression
/
5118-crash-on-scroll-with-insert-completion-and-wrap
/
cmd
2 lines
1 B
Raw
Normal View
History
Unescape
Escape
Do not generate more lines to display than window size The wrap highlighter was pulling all lines until the cursor, regardless of whether the cursor was going to be made visible, this could lead to a display buffer containing much more lines than the actual viewport which eventually could lead to menu being anchored out of view that was leading to past-the-end buffer accesses. Fix the wrap higlighter not to pull lines up to the cursor when it is not tasked with making the cursor visible, and always trim the eventual extra lines after highlighting. Fixes #5118
2024-03-22 11:44:37 +01:00
Reference in New Issue
Copy Permalink
Mastodon