kakoune/test/regression/5120-double-free-or-corruption-crash
Maxime Coste 6598d7b1b2 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 22:06:11 +11:00
..
cmd Fix invalid access when recording keys 2024-03-22 22:06:11 +11:00
in Fix invalid access when recording keys 2024-03-22 22:06:11 +11:00