ZIm/crates/vim/src/normal
Dino ebed567adb
vim: Handle paste in visual line mode when cursor is at newline (#30791)
This Pull Request fixes the current paste behavior in vim mode, when in
visual mode, and the cursor is at a newline character. Currently this
joins the pasted contents with the line right below it, but in vim this
does not happen, so these changes make it so that Zed's vim mode behaves
the same as vim for this specific case.

Closes #29270 

Release Notes:

- Fixed pasting in vim's visual line mode when cursor is on a newline
character
2025-06-02 09:50:13 -06:00
..
change.rs vim: Change line up and change line down respect indentation (#28934) 2025-04-17 20:51:24 -06:00
convert.rs vim: Add some forced motion support (#27991) 2025-04-11 11:12:30 -06:00
delete.rs vim: Fix end of paragraph deletion when there's no blank lines (#29490) 2025-04-29 19:34:51 +00:00
increment.rs vim: Add some forced motion support (#27991) 2025-04-11 11:12:30 -06:00
mark.rs chore: Bump Rust edition to 2024 (#27800) 2025-03-31 20:55:27 +02:00
paste.rs vim: Handle paste in visual line mode when cursor is at newline (#30791) 2025-06-02 09:50:13 -06:00
repeat.rs vim: Add some forced motion support (#27991) 2025-04-11 11:12:30 -06:00
scroll.rs vim: Fix LineUp (#27754) 2025-04-16 17:24:24 +00:00
search.rs vim: Fix incorrect escaping parenthesis of replacement string (#29555) 2025-04-29 19:55:02 -06:00
substitute.rs vim: Add some forced motion support (#27991) 2025-04-11 11:12:30 -06:00
toggle_comments.rs vim: Add some forced motion support (#27991) 2025-04-11 11:12:30 -06:00
yank.rs vim: Add some forced motion support (#27991) 2025-04-11 11:12:30 -06:00