stefandtw / quickfix-reflector.vim

Change code right in the quickfix window
MIT License
347 stars 18 forks source link

Optionally join changes in a buffer for easier :undo. #10

Closed drmikehenry closed 9 years ago

drmikehenry commented 9 years ago

In order to make it easier to undo mistaken changes within a buffer, Vim's {{:undojoin}} command is optionally used to join multiple changes within each individual buffer.

stefandtw commented 9 years ago

Looks great! Merged it with minor changes.

drmikehenry commented 9 years ago

Thank you!