mirror of
https://github.com/chylex/IntelliJ-IdeaVim.git
synced 2025-11-24 03:37:20 +01:00
`OperatorArguments.mode` is the mode *before* the command is completed, so might be Visual, Operator-pending, Insert, etc. It's not immediately obvious this is the case, so we're going to deprecate `OperatorArguments.mode` to avoid confusion with `editor.mode`. It's not required for this method because it's only called for Visual-block mode.