matze / vim-move

Plugin to move lines and selections up and down
http://www.vim.org/scripts/script.php?script_id=4687
MIT License
1.2k stars 56 forks source link

Right movement includes char in visual selection #29

Closed jcrd closed 5 years ago

jcrd commented 5 years ago

If a visual selection is initially moved to the right, the character it moved past becomes selected.

Selection: image First move right: image Again: image

matze commented 5 years ago

Thanks for the report, I will have a look into it.

yukunlin commented 5 years ago

Pull request #34 with fix.