1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2025-05-24 06:34:10 +02:00
IntelliJ-IdeaVim/vim-engine
Matt Ellis 6c9930ac2a Removes unnecessary 'exit visual' command flag
This flag is only used to modify the behaviour of visual operators, but all visual operators have the flag, which means it's unnecessary. The only behaviour for visual operators now is to exit visual mode.

Note that visual motions are implemented separately, and handle their own visual mode requirements (e.g. MotionArrowLeftAction).
2023-12-22 10:55:00 +02:00
..
src Removes unnecessary 'exit visual' command flag 2023-12-22 10:55:00 +02:00
build.gradle.kts Exclude kotlin stdlib from the distribution 2023-12-01 11:19:18 +02: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