vim-engine/src/main/kotlin/com/maddyhome/idea/vim/action/motion/leftright/MotionLastScreenColumnAction.kt [28:39]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - override fun getOffset( editor: VimEditor, caret: ImmutableVimCaret, context: ExecutionContext, argument: Argument?, operatorArguments: OperatorArguments, ): Motion { var allow = false if (editor.isInsertionAllowed) { allow = true } else if (editor.inVisualMode) { allow = injector.options(editor).selection != "old" - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - vim-engine/src/main/kotlin/com/maddyhome/idea/vim/action/motion/updown/MotionGotoLineLastEndAction.kt [37:48]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - override fun getOffset( editor: VimEditor, caret: ImmutableVimCaret, context: ExecutionContext, argument: Argument?, operatorArguments: OperatorArguments, ): Motion { var allow = false if (editor.isInsertionAllowed) { allow = true } else if (editor.inVisualMode) { allow = injector.options(editor).selection != "old" - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -