1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2025-05-03 13:34:03 +02:00
IntelliJ-IdeaVim/vim-engine
Alex Plate 437fa9a1a0
Remove the root write and read actions
Historically, IdeaVim was starting read or write action based on command type. However, this is incorrect because of several reasons:
- The command of different type may perform a write/read action
- The write lock with a lot of code inside does cause application freezes
- Since a large branching of code happens inside the write action, there is a chance of read action request, resulting in the deadlock

Also, now this prevents from implementing a proper execution of VIM-3376.
2025-02-21 18:44:51 +02:00
..
src Remove the root write and read actions 2025-02-21 18:44:51 +02:00
build.gradle.kts Bump org.jetbrains:annotations from 26.0.1 to 26.0.2 2025-01-22 18:08:22 +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