ZIm/crates/vim/src/normal
Max Brunsfeld be75f17429
Fix auto-indent when pasting multi-line content that was copied start… (#26246)
Closes https://github.com/zed-industries/zed/issues/24914 (again)

Release Notes:

- Fixed an issue where multi-line pasted content was auto-indented
incorrectly if copied from the middle of an existing line.
2025-03-06 22:13:34 +00:00
..
case.rs Fix issue where changing the case of a vim object would be clipped at the end of the line (#24163) 2025-02-04 03:40:45 +00:00
change.rs vim: Rename wrapping keybindings + document cursor wrapping (#25694) 2025-03-05 08:54:30 -07:00
delete.rs Eliminate GPUI View, ViewContext, and WindowContext types (#22632) 2025-01-26 03:02:45 +00:00
increment.rs vim: Add support for toggling boolean values (#25997) 2025-03-05 03:00:44 +00:00
mark.rs vim: Handle visual selection when jumping to mark (#25360) 2025-02-21 19:24:54 -07:00
paste.rs Fix auto-indent when pasting multi-line content that was copied start… (#26246) 2025-03-06 22:13:34 +00:00
repeat.rs Remove more references to 'model' in GPUI APIs (#23693) 2025-01-27 04:00:27 +00:00
scroll.rs Eliminate GPUI View, ViewContext, and WindowContext types (#22632) 2025-01-26 03:02:45 +00:00
search.rs vim: Fix "seed_search_query_from_cursor" : "selection" (#26107) 2025-03-04 21:46:58 -07:00
substitute.rs Eliminate GPUI View, ViewContext, and WindowContext types (#22632) 2025-01-26 03:02:45 +00:00
toggle_comments.rs Eliminate GPUI View, ViewContext, and WindowContext types (#22632) 2025-01-26 03:02:45 +00:00
yank.rs Fix auto-indent when pasting multi-line content that was copied start… (#26246) 2025-03-06 22:13:34 +00:00