ZIm/crates/vim/src
Conrad Irwin 28380d714d Remove into SelectionEffects from .change_selections
In #32656 I generalized the argument to change selections to allow
controling both the scroll and the nav history (and the completion
trigger).

To avoid conflicting with ongoing debugger cherry-picks I left the
argument as an `impl Into<>`, but I think it's clearer to make callers
specify what they want here.

I converted a lot of `None` arguments to `SelectionEffects::no_scroll()`
to be exactly compatible; but I think many people used none as an "i
don't care" value in which case Default::default() might be more
appropraite
2025-06-27 14:03:45 -06:00
..
digraph Add Vim digraphs (#14887) 2024-07-28 22:44:32 -06:00
normal Remove into SelectionEffects from .change_selections 2025-06-27 14:03:45 -06:00
test gpui: Add keybind metadata API (#33316) 2025-06-24 16:07:45 +00:00
change_list.rs Remove into SelectionEffects from .change_selections 2025-06-27 14:03:45 -06:00
command.rs Remove into SelectionEffects from .change_selections 2025-06-27 14:03:45 -06:00
digraph.rs gpui: Simplify Action macros + support doc comments in actions! (#33263) 2025-06-24 04:34:51 +00:00
helix.rs Remove into SelectionEffects from .change_selections 2025-06-27 14:03:45 -06:00
indent.rs Remove into SelectionEffects from .change_selections 2025-06-27 14:03:45 -06:00
insert.rs Remove into SelectionEffects from .change_selections 2025-06-27 14:03:45 -06:00
mode_indicator.rs chore: Bump Rust edition to 2024 (#27800) 2025-03-31 20:55:27 +02:00
motion.rs Remove into SelectionEffects from .change_selections 2025-06-27 14:03:45 -06:00
normal.rs Remove into SelectionEffects from .change_selections 2025-06-27 14:03:45 -06:00
object.rs gpui: Simplify Action macros + support doc comments in actions! (#33263) 2025-06-24 04:34:51 +00:00
replace.rs Remove into SelectionEffects from .change_selections 2025-06-27 14:03:45 -06:00
rewrap.rs Remove into SelectionEffects from .change_selections 2025-06-27 14:03:45 -06:00
state.rs Simulate helix line wrapping (#32763) 2025-06-24 10:51:41 -06:00
surrounds.rs Remove into SelectionEffects from .change_selections 2025-06-27 14:03:45 -06:00
test.rs Revert "debugger: Process ANSI color escape codes in console" (#32906) 2025-06-17 22:13:12 +00:00
vim.rs Remove into SelectionEffects from .change_selections 2025-06-27 14:03:45 -06:00
visual.rs Remove into SelectionEffects from .change_selections 2025-06-27 14:03:45 -06:00