mirror of
https://github.com/chylex/IntelliJ-IdeaVim.git
synced 2025-05-15 00:34:06 +02:00
Double escape to exit multicaret is required
This commit is contained in:
parent
98764b6356
commit
ee94396afa
@ -611,7 +611,10 @@ class UiTests {
|
||||
)
|
||||
|
||||
// Reset state
|
||||
keyboard { escape() }
|
||||
keyboard {
|
||||
escape()
|
||||
escape()
|
||||
}
|
||||
assertEquals(1, editor.caretCount)
|
||||
editor.injectText(testTextForEditor)
|
||||
vimExit()
|
||||
|
Loading…
Reference in New Issue
Block a user