1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2025-07-27 10:59:03 +02:00
IntelliJ-IdeaVim/vim-engine/src
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
..
main Refactor execution of vim script 2023-11-03 13:27:38 +02:00
test Add grapheme cluster handling tests 2023-08-14 09:04:41 +03:00