Karl Yngve Lervåg

Results 356 comments of Karl Yngve Lervåg

Ok, I've updated now. Please read the updated docs and test. I think, if nothing else, it is closer to decent now.

What's your formatoptions and comments settings? I.e., what's the ouptut of `:set formatoptions` and `:set comments`?

I'm curious: I just noticed myself that when I open vim inside a tmux opened from `:ScreenShell`, then the colors are wrong. I can reproduce this with simply: `urxvt -e...

Sorry, took a while before I got around to it. But I believe this should work as promised now!

> What would I need to do in a PR? As a first step, I would modify the existing `xdotool` based code. It is specifically the code below this point:...

Yes, that seems to be an issue. As mentioned, the main point of `xdotool` is to avoid duplicate instances by detecting _existing_ instances. We need something similar on Wayland. There...

> * Looking through this again, the idea does seem a bit overkill Agreed. Of course, I won't mind if anyone did it and it works, but I would hope...

> Ah yes, that would probably be a bit more efficient. Perhaps I can start with testing something that if I can find duplicates using `pgrep`. Notice, FYI, I already...

> otherwise Linux complains about permission being denied (similar to `/proc/pid/environ`. I'm not sure if that's a problem that only I face or if it'll be a global issue -...

> > Strange. When I do ls -l /proc I see that I have access to processes I own. I can verify that - I'm able to read e.g. environ...