ZIm/crates/vim/src/normal
Kaem f5fd4ac670
vim: Implement partial increment/decrement for visual selection (#36553)
This change adds the ability to increment / decrement numbers that are
part of a visual selection. Previously Zed would resolve to the entire
number under visual selection for increment as oppposed to only
incrementing the part of the number that is selected

Release Notes: 

- vim: Fixed increment/decrement in visual mode
2025-08-22 03:02:47 +00:00
..
change.rs Another batch of lint fixes (#36521) 2025-08-19 20:33:44 +00:00
convert.rs Remove unnecessary argument from Vim#update_editor (#36001) 2025-08-11 16:10:06 -06:00
delete.rs Auto-fix clippy::collapsible_if violations (#36428) 2025-08-19 13:27:24 +00:00
increment.rs vim: Implement partial increment/decrement for visual selection (#36553) 2025-08-22 03:02:47 +00:00
mark.rs Fix a bunch of other low-hanging style lints (#36498) 2025-08-19 21:26:17 +02:00
paste.rs Fix clippy::redundant_clone lint violations (#36558) 2025-08-20 12:20:13 +02:00
repeat.rs Auto-fix clippy::collapsible_if violations (#36428) 2025-08-19 13:27:24 +00:00
scroll.rs Fix clippy::needless_borrow lint violations (#36444) 2025-08-18 21:54:35 +00:00
search.rs Fix a bunch of other low-hanging style lints (#36498) 2025-08-19 21:26:17 +02:00
substitute.rs Remove unnecessary argument from Vim#update_editor (#36001) 2025-08-11 16:10:06 -06:00
toggle_comments.rs Remove unnecessary argument from Vim#update_editor (#36001) 2025-08-11 16:10:06 -06:00
yank.rs Remove unnecessary argument from Vim#update_editor (#36001) 2025-08-11 16:10:06 -06:00