mirror of
https://github.com/chylex/IntelliJ-IdeaVim.git
synced 2025-08-17 16:31:45 +02:00
Compare commits
2 Commits
customized
...
customized
Author | SHA1 | Date | |
---|---|---|---|
976791ac95
|
|||
9b30831b2f
|
@@ -11,7 +11,7 @@
|
||||
ideaVersion=2023.2
|
||||
downloadIdeaSources=true
|
||||
instrumentPluginCode=true
|
||||
version=chylex-20
|
||||
version=chylex-21
|
||||
javaVersion=17
|
||||
remoteRobotVersion=0.11.17
|
||||
antlrVersion=4.10.1
|
||||
|
@@ -174,6 +174,11 @@ 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)
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user