fortiz
fortiz
Same problem here
A small update: It seems the problem happen when we type `:s` plus any characters different from a-z or A-Z or 0-9 I was reading the code and I tried...
I had the exact same issue, but in my case, the problem was a plugin for black (the python formatter). So I just needed to remove Wilder, install black (to...
> Thanks! SO you mean I can use the black to format the widler's python scripts and then use the formatted widler.nvim? No, I just said that in my case...
Hey, all changes are done, so it's ready if you want to review it again. Thanks!
> isnt this a missing include instead of an anoymous struct definition? Well, it's a thing of taste, I guess. I added that definition because the library is already included...
> what is the idea of backward compatiblity (e.g. none?). would we still support clients that log output? The current patch, still support the old protocol, but should be completely...
Regarding the last comment, when I said "complete binary format" I mean something like (fields lengths may vary) ```c struct logserver_msg { int version; int len; int level; char platform[64];...
> After landing, it would be nice to document this somewhere. Both legacy (marked as deprecated) and current formats. Maybe here https://docs.pantahub.com/logserver-sockets/? Yeah, I think isn't ready to merge, I'm...