1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2025-05-18 18:34:04 +02:00
IntelliJ-IdeaVim/vim-engine
Filipp Vakhitov 085e253d77 Fix possible bug in Fleet
Previously, we executed processings first and updated the state afterward. This approach could be problematic for asynchronous key processing, as Fleet might access the current state, which, in the context of async key processing, is a snapshot before execution and does not reflect the actual current KeyHandlerState
2024-06-05 11:35:58 +03:00
..
src Fix possible bug in Fleet 2024-06-05 11:35:58 +03:00
build.gradle.kts Move Vimscript grammar to engine 2024-06-05 11:35:58 +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