vim-engine/src/main/kotlin/com/maddyhome/idea/vim/action/change/shift/ShiftLeft.kt [72:87]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - override val type: Command.Type = Command.Type.CHANGE override fun executeAction( editor: VimEditor, caret: VimCaret, context: ExecutionContext, cmd: Command, range: VimSelection, operatorArguments: OperatorArguments, ): Boolean { injector.changeGroup.indentRange( editor, caret, context, range.toVimTextRange(false), cmd.count, - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - vim-engine/src/main/kotlin/com/maddyhome/idea/vim/action/change/shift/ShiftRight.kt [72:87]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - override val type: Command.Type = Command.Type.CHANGE override fun executeAction( editor: VimEditor, caret: VimCaret, context: ExecutionContext, cmd: Command, range: VimSelection, operatorArguments: OperatorArguments, ): Boolean { injector.changeGroup.indentRange( editor, caret, context, range.toVimTextRange(false), cmd.count, - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -