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

fix reindenting #60

Closed booperlv closed 3 years ago

booperlv commented 3 years ago

fixes #55

Was making a similar lua plugin using vim-move as a reference and ended up finding this solution after a long debugging session. There may be better solutions and some cleanup to be done, so please do request some changes if needed.

matze commented 3 years ago

Much, much, much appreciated! Thanks and no need for adaptions.

booperlv commented 3 years ago

Just realized that the sorting is not needed! I forgot that it could be removed and it'd still work here - changing new_indent fixes it already. My bad, should I open a new pull request or will you commit the changes directly?