1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2025-08-08 18:40:37 +02:00

Fix caret shape after enabling of plugin

This commit is contained in:
Alex Plate 2019-08-05 19:50:32 +03:00
parent 70a19dd95d
commit 022f1ededc
No known key found for this signature in database
GPG Key ID: 0B97153C8FFEC09F

View File

@ -343,6 +343,8 @@ public class VimPlugin implements BaseComponent, PersistentStateComponent<Elemen
ApplicationManager.getApplication().invokeLater(this::updateState);
getEditor().turnOn();
getSearch().turnOn();
VimListenerManager.INSTANCE.turnOn();
// Register vim actions in command mode