1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2025-05-19 03:34:03 +02:00
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
..
src Remove OperatorArguments.mode usage in block insert 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