Gregory Anders
Gregory Anders
I think we need to figure out why the diagnostics aren't being removed after `:bwipeout`. That is the actual underlying bug here.
A test case in `lua/diagnostic_spec.lua` would be good too.
Just needs a test. You can use a simplified version of the issue in #19322. Add diagnostics for an unloaded buffer, then `bwipe` that buffer, then assert that that buffer...
Thanks for taking this on! Looking forward to it.
@anihm136 You are of course free to jump back in and push this forward when and if you want to, but in the meantime if another contributor is willing to...
I'm quite fond of my sort mapping (I use `gsip` to sort `#include`s in C files all the time), but as long as we can agree on *something*, I'd be...
Any update on this?
I found this issue from an online search, and can verify that `brew reinstall gcc` fixed the issue for me (I recently upgraded from Catalina to Monterrey).
The main reason I find this useful is in two scenarios: 1) I do a lot of Python development and, therefore, use many Python virtual environments. I don't always have...
Hi Nate, I'm wondering if you've had another chance to review this? I ran into this issue again recently while working in the Linux kernel source code. vim-lsc started up...