src/main/java/com/maddyhome/idea/vim/action/change/delete/DeleteJoinVisualLinesAction.kt [27:41]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - override val type: Command.Type = Command.Type.DELETE override fun executeForAllCarets( editor: VimEditor, context: ExecutionContext, cmd: Command, caretsAndSelections: Map, operatorArguments: OperatorArguments, ): Boolean { if (editor.isOneLineMode()) return false if (injector.ijOptions(editor).ideajoin) { injector.changeGroup.joinViaIdeaBySelections(editor, context, caretsAndSelections) return true } var res = true - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - src/main/java/com/maddyhome/idea/vim/action/change/delete/DeleteJoinVisualLinesSpacesAction.kt [27:41]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - override val type: Command.Type = Command.Type.DELETE override fun executeForAllCarets( editor: VimEditor, context: ExecutionContext, cmd: Command, caretsAndSelections: Map, operatorArguments: OperatorArguments, ): Boolean { if (editor.isOneLineMode()) return false if (injector.ijOptions(editor).ideajoin) { injector.changeGroup.joinViaIdeaBySelections(editor, context, caretsAndSelections) return true } var res = true - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -