diff --git a/crates/vim/src/state.rs b/crates/vim/src/state.rs index 32c11b2d22..ddd83f4666 100644 --- a/crates/vim/src/state.rs +++ b/crates/vim/src/state.rs @@ -81,6 +81,7 @@ pub enum Operator { first_char: Option, }, AddSurrounds { + // Typically no need to configure this as `SendKeystrokes` can be used - see #23088. #[serde(skip)] target: Option, },