stefandtw/quickfix-reflector.vim

Saving leaves empty buffers open

Closed this issue · 4 comments

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.

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

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!

My thanks. Should be fixed now.

It works! Thanks a lot!