ZIm/crates/multi_buffer/src
João Marcos ff41be30dc
Fix bugs with multicursor completions (#28586)
Release Notes:

- Fixed completions with multiple cursors leaving duplicated prefixes.
- Fixed crash when accepting a completion in a multibuffer with multiple
cursors.
- Vim: improved `single-repeat` after accepting a completion, now
pressing `.` to replay the completion will re-insert the completion text
at the cursor position.
2025-04-14 15:09:28 -03:00
..
anchor.rs Introduce "Near" block type (#28032) 2025-04-04 17:37:42 -06:00
multi_buffer.rs Fix bugs with multicursor completions (#28586) 2025-04-14 15:09:28 -03:00
multi_buffer_tests.rs Fix panic when a file in a path-based multibuffer excerpt is renamed (#28364) 2025-04-08 22:01:40 +00:00
position.rs Rework diff rendering to allow putting the cursor into deleted text, soft-wrapping and scrolling deleted text correctly (#22994) 2025-01-24 14:18:22 -07:00