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

Avoid opening folded sections when undoing a move #53

Closed hugomg closed 4 years ago

hugomg commented 4 years ago

I found a workaround for that bug where closed folds get opened if you undo a move.

Fixes #52.

matze commented 4 years ago

Great! I owe you a few beers by now ;-)