vim-engine/src/main/kotlin/com/maddyhome/idea/vim/action/motion/updown/MotionDownActions.kt [42:52]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - override fun getOffset( editor: VimEditor, caret: ImmutableVimCaret, context: ExecutionContext, argument: Argument?, operatorArguments: OperatorArguments, ): Motion { val activeLookup = injector.lookupManager.getActiveLookup(editor) return if (activeLookup != null) { val primaryCaret = editor.primaryCaret() if (caret == primaryCaret) { - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - vim-engine/src/main/kotlin/com/maddyhome/idea/vim/action/motion/updown/MotionUpActions.kt [42:52]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - override fun getOffset( editor: VimEditor, caret: ImmutableVimCaret, context: ExecutionContext, argument: Argument?, operatorArguments: OperatorArguments, ): Motion { val activeLookup = injector.lookupManager.getActiveLookup(editor) return if (activeLookup != null) { val primaryCaret = editor.primaryCaret() if (caret == primaryCaret) { - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -