issues
search
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.21k
stars
56
forks
source link
Fixes #30 + multi-byte characters
#35
Closed
yukunlin
closed
5 years ago
yukunlin
commented
5 years ago
Prevent default register from getting clobbered during horizontal moves.
Make horizontal moves a no-op when the line is empty
Handle multi-byte characters by using
virtcol
to get the actual column position
matze
commented
5 years ago
:+1:
virtcol
to get the actual column position