stefandtw / quickfix-reflector.vim

Change code right in the quickfix window
MIT License
340 stars 19 forks source link

Saving leaves empty buffers open #4

Closed leonschreuder closed 9 years ago

leonschreuder commented 9 years ago

After %s/before/after/g in the quickfixlist, and writing out with :w the bufferlist shows an empty buffer for every line that was changed.

stefandtw commented 9 years ago

Thanks for reporting! I'll try to fix it in the next few days.

leonschreuder commented 9 years ago

Thanks! As a workaround I've put one of the scripts here http://stackoverflow.com/questions/6552295/deleting-all-empty-buffers-in-vim in my vimrc.

This plugin is awsome by the way. Keep it up!

stefandtw commented 9 years ago

My thanks. Should be fixed now.

leonschreuder commented 9 years ago

It works! Thanks a lot!