ZIm/crates/vim/src/normal
smit b6e8db244c
vim: Fix search submit panic (#25673)
In file search submit action, handle unwrap when there are no prior
selection.

Fix is for recently made commits, hence no release notes.

Release Notes:

- N/A

---------

Co-authored-by: Anthony Eid <anthony@zed.dev>
2025-02-27 00:40:46 +05:30
..
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 Eliminate GPUI View, ViewContext, and WindowContext types (#22632) 2025-01-26 03:02:45 +00:00
delete.rs Eliminate GPUI View, ViewContext, and WindowContext types (#22632) 2025-01-26 03:02:45 +00:00
increment.rs Migrate keymap and settings + edit predictions rename (#23834) 2025-02-07 21:17:07 +05:30
mark.rs vim: Handle visual selection when jumping to mark (#25360) 2025-02-21 19:24:54 -07:00
paste.rs Add stop_at_indent for MoveToBeginningOfLine (#25428) 2025-02-25 12:03:14 -05: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 search submit panic (#25673) 2025-02-27 00:40:46 +05:30
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 vim: Refactor and fix multiline operations (#25055) 2025-02-24 18:30:21 -07:00