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
/
5120-double-free-or-corruption-crash
/
cmd
2 lines
50 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Fix invalid access when recording keys <c-n>/<c-p> handling in insert was always dropping the last key in the last_insert() vector (in order to replace it with the actual completion text inserted), this was not valid for synthetized keys that are not added to that vector in the first place. Take the opportunity to merge insert completion handling code between <c-n>/<c-p> and direct menu selection. Fixes #5120
2024-03-22 12:06:11 +01:00
ggQm*nWd<a-l>d<a-d>n<a-c>\fo<c-n>{<c-r>"}<esc>Q8q
Reference in New Issue
Copy Permalink
Mastodon