Closed Mephistophiles closed 1 year ago
Hello!
When I wrote the plug-in, I tried a few different ways to set the file name. If I remember right, write!
worked best. Some other commands sometimes accidentally saved the quickfix list to a file instead of just setting the file name. So I would prefer not to make this change (unless it was 100% clear that it's an improvement).
Any idea why write
doesn't work for you? Perhaps :messages
has some output.
Same thing here. I'm using NVIM v0.4.3 and the substitution is only propagated back to their respective files if I make the change suggested by @Mephistophiles.
One problem though is that with this change, every time the quickfix opens, a new empty buffer also gets created. So eventually you will get a pile unwanted empty buffers.
That's strange. I was playing with the code to understand this better but now it works fine with no modifications. Something seems to be causing this intermittent behavior.
I try this plugin from neovim/vim
for me works this fix: