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

Moving by multiple lines does not work anymore #42

Closed hugomg closed 4 years ago

hugomg commented 4 years ago

When I try moving a line multiple times at once with 5<A-k>, it only moves it by one line. I tested old versions of the plugin and I think that the commit that broke this functionality was 0d4737ce. However, I am not 100% sure.

I use Neovim 0.4.3 but I think the issue also happens in regular Vim.

matze commented 4 years ago

@yukunlin can you imagine why this happens?

homogulosus commented 4 years ago

I am running neovim on Mac and plugging does not work either. No idea what could cause this.