mirror of
https://github.com/chylex/IntelliJ-IdeaVim.git
synced 2025-05-31 07:34:06 +02:00
![]() `OperatorArguments.mode` is the mode *before* the command was completed, rather than the current mode, which is non-obvious. E.g. for a command in Insert mode, it will still be Insert, and for a (simple) command in Normal, it will still be Normal. The only difference is that a command such as `dw` would be in Operator-pending before the command is completed. That logic is not required for this method, so it's safe to use the current mode. This allows us to start to deprecate `OperatorArguments.mode`. |
||
---|---|---|
.. | ||
src | ||
build.gradle.kts | ||
Evolution.md | ||
gradle.properties |