diff --git a/crates/vim/src/state.rs b/crates/vim/src/state.rs index 32c11b2d22e5b94720a759f5cf723a841d99b3db..ddd83f4666b759335481732b5a6172d3015bac1e 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, },