mirror of
https://github.com/zed-industries/zed.git
synced 2026-05-28 09:34:29 +00:00
Closes #43963 This issue was caused by the global marks not being deleted. Previously marking the first file `m A` <img width="1736" height="888" alt="Screenshot From 2025-12-13 01-37-55" src="https://github.com/user-attachments/assets/9e46747f-7bb3-4297-82d4-44a20ef9e91a" /> followed by marking the second file `m A` <img width="1736" height="888" alt="Screenshot From 2025-12-13 01-37-42" src="https://github.com/user-attachments/assets/0d126b47-2c42-475f-826a-173c0d5a1156" /> and navigating back to the first file <img width="1736" height="888" alt="Screenshot From 2025-12-13 01-37-30" src="https://github.com/user-attachments/assets/032fd0bd-ff71-4a12-987a-7f1743016f6d" /> shows that the mark still exists and was not properly deleted. After these changes the global mark in the original file is correctly overwritten. Added regression test for this. Release Notes: - Fixed bug where overwriting global Vim marks was inconsistent |
||
|---|---|---|
| .. | ||
| digraph | ||
| helix | ||
| normal | ||
| test | ||
| change_list.rs | ||
| command.rs | ||
| digraph.rs | ||
| helix.rs | ||
| indent.rs | ||
| insert.rs | ||
| mode_indicator.rs | ||
| motion.rs | ||
| normal.rs | ||
| object.rs | ||
| replace.rs | ||
| rewrap.rs | ||
| state.rs | ||
| surrounds.rs | ||
| test.rs | ||
| vim.rs | ||
| visual.rs | ||