hrehfeld / emacs-smart-hungry-delete

An emacs package to delete whitespace between words, parenthesis and other delimiters in a (not very) smart way.
43 stars 6 forks source link

Fix rectangular region kill #9

Closed jotare closed 2 years ago

jotare commented 2 years ago

When deleting a rectangular region, the hungry delete removes the lines between the start and end of the region, including wholes lines between them. This PR fix this bug and also save the deleted region to the kill ring.

hrehfeld commented 2 years ago

Awesome, thanks!