1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2025-05-31 07:34:06 +02:00
IntelliJ-IdeaVim/vim-engine
Matt Ellis 5bb0c4f7cb Use editor.mode instead of OperatorArguments.mode
`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`.
2024-08-30 16:36:24 +03:00
..
src Use editor.mode instead of OperatorArguments.mode 2024-08-30 16:36:24 +03:00
build.gradle.kts Bump org.antlr:antlr4 from 4.13.1 to 4.13.2 2024-08-07 18:46:09 +03:00
Evolution.md Add update to the evolution 2022-12-02 12:03:58 +02:00
gradle.properties Set up publishing of the vim-engine library 2023-07-20 16:50:14 +03:00