X-Git-Url: https://git.r.bdr.sh/rbdr/dotfiles/blobdiff_plain/24c7594d62d8d7fbbcdb64b11ce4adc5d8e6991a..455f099b504ec07dd492ab31987ae05a6f6774c7:/atom/packages/vim-mode/lib/motions/move-to-mark-motion.coffee diff --git a/atom/packages/vim-mode/lib/motions/move-to-mark-motion.coffee b/atom/packages/vim-mode/lib/motions/move-to-mark-motion.coffee index 0187620..3603e1e 100644 --- a/atom/packages/vim-mode/lib/motions/move-to-mark-motion.coffee +++ b/atom/packages/vim-mode/lib/motions/move-to-mark-motion.coffee @@ -4,8 +4,6 @@ module.exports = class MoveToMark extends MotionWithInput - operatesInclusively: false - constructor: (@editor, @vimState, @linewise=true) -> super(@editor, @vimState) @operatesLinewise = @linewise