]> git.r.bdr.sh - rbdr/dotfiles/blobdiff - atom/packages/vim-mode/lib/motions/move-to-mark-motion.coffee
Remove mc config
[rbdr/dotfiles] / atom / packages / vim-mode / lib / motions / move-to-mark-motion.coffee
index 0187620abf09c640a9e1f4620170d2c35889edc0..3603e1ed300fc5164b5bc8d169bad9a33a769b67 100644 (file)
@@ -4,8 +4,6 @@
 
 module.exports =
 class MoveToMark extends MotionWithInput
-  operatesInclusively: false
-
   constructor: (@editor, @vimState, @linewise=true) ->
     super(@editor, @vimState)
     @operatesLinewise = @linewise