1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2025-05-25 09:34:08 +02:00
IntelliJ-IdeaVim/vim-engine
Alex Plate 288c66d8a2
Refactor execution of vim script
Now we set the flag `executingVimscript` during execution of any vimscript and we run initialization of delayed plugins after every call for execute.

This is needed to properly initialize plugins after call for `source` command. Previously this command initialized extensions as they met in the script, what may cause incorrect behaviour. With this update, we unified an approach for executing vim script.
2023-11-03 13:27:38 +02:00
..
src Refactor execution of vim script 2023-11-03 13:27:38 +02:00
build.gradle.kts Bump org.jetbrains.kotlinx:kotlinx-serialization-json-jvm 2023-08-30 18:36:38 +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