1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2025-11-24 03:37:20 +01:00
Files
IntelliJ-IdeaVim/vim-engine
Matt Ellis 4df1ce2ae8 Remove OperatorArguments.mode usage in block insert
`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.
2024-08-30 16:36:24 +03:00
..
2022-12-02 12:03:58 +02:00