Files
neovim/src
Samiul Islam b7a0c71a54 fix(multicursor): prevent clipboard crash after cursor jump #41698
Problem:
Changing from an empty-line cursor after a multicursor jump can crash
while flushing a deferred clipboard update. Exact context restore can
leave an omitted register with a null array and stale non-zero size.

Solution:
Make free_register() fully reset the register after freeing its contents,
so it always leaves a valid empty register. Add a regression test.

Signed-off-by: sami <samiulsami7786@gmail.com>
2026-09-04 13:06:50 -04:00
..
2026-09-03 19:17:25 +01:00
2026-08-30 10:53:36 +02:00
2023-11-05 20:19:06 +01:00
2025-08-02 15:58:11 -07:00
2026-08-30 10:53:36 +02:00
2026-06-28 19:01:24 -04:00