mirror of
https://github.com/chylex/IntelliJ-IdeaVim.git
synced 2024-11-25 16:42:55 +01:00
Compare commits
No commits in common. "976791ac95baa86701b26f9c32ddb74bd8c13db3" and "0c3544c1fea56cc3e303a1545e5f3c8df4356631" have entirely different histories.
976791ac95
...
0c3544c1fe
@ -11,7 +11,7 @@
|
|||||||
ideaVersion=2023.2
|
ideaVersion=2023.2
|
||||||
downloadIdeaSources=true
|
downloadIdeaSources=true
|
||||||
instrumentPluginCode=true
|
instrumentPluginCode=true
|
||||||
version=chylex-21
|
version=chylex-20
|
||||||
javaVersion=17
|
javaVersion=17
|
||||||
remoteRobotVersion=0.11.17
|
remoteRobotVersion=0.11.17
|
||||||
antlrVersion=4.10.1
|
antlrVersion=4.10.1
|
||||||
|
@ -174,11 +174,6 @@ internal class VimEnterHandler(nextHandler: EditorActionHandler?) : VimKeyHandle
|
|||||||
// See VIM-2974 for example where it was broken
|
// See VIM-2974 for example where it was broken
|
||||||
return !editor.isOneLineMode
|
return !editor.isOneLineMode
|
||||||
}
|
}
|
||||||
|
|
||||||
override fun executeHandler(editor: Editor, caret: Caret?, dataContext: DataContext?) {
|
|
||||||
if (caret == null || caret === editor.caretModel.primaryCaret)
|
|
||||||
super.executeHandler(editor, caret, dataContext)
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user