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

Ridiculously high CPU usage when moving lines horizontally #58

Closed JDeepD closed 3 years ago

JDeepD commented 3 years ago

As the title says, vim-move ramps up all my 8 cpus to near 100% when doing a horizontal move. So much that even neovim starts to lag. So is there any fix to this?

Peek 2020-11-19 23-04

matze commented 3 years ago

So is there any fix to this?

Try disabling other ridiculous plugins. I cannot reproduce this issue.

JDeepD commented 3 years ago

Nevermind. I checked it with all other plugins disabled and I too was unable to reproduce the issue