1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2024-10-18 19:42:46 +02:00

Compare commits

..

No commits in common. "976791ac95baa86701b26f9c32ddb74bd8c13db3" and "0c3544c1fea56cc3e303a1545e5f3c8df4356631" have entirely different histories.

2 changed files with 1 additions and 6 deletions

View File

@ -11,7 +11,7 @@
ideaVersion=2023.2
downloadIdeaSources=true
instrumentPluginCode=true
version=chylex-21
version=chylex-20
javaVersion=17
remoteRobotVersion=0.11.17
antlrVersion=4.10.1

View File

@ -174,11 +174,6 @@ internal class VimEnterHandler(nextHandler: EditorActionHandler?) : VimKeyHandle
// See VIM-2974 for example where it was broken
return !editor.isOneLineMode
}
override fun executeHandler(editor: Editor, caret: Caret?, dataContext: DataContext?) {
if (caret == null || caret === editor.caretModel.primaryCaret)
super.executeHandler(editor, caret, dataContext)
}
}
/**