Olivier Perret
Olivier Perret
Mh yes the same issue occured there https://github.com/occivink/kakoune-sudo-write/pull/4, let me fix that up. Is that the only issue?
Does `setsid` (the program) exist on OpenBSD?
technically setsid/daemon is not strictly necessary, but if you don't use it then pressing `` in kakoune will kill the whole gdb process tree which is pretty annoying.
Hi, that's probably due to one of the recent breaking changes. Most likely it's the `` `,` swap. I don't have time to work on it this week, but chances...
"Abandoned" is probably the right word. I haven't spent the time integrating it into my workflow so the usual incentive I have for working on plugins is not there. In...
Good catch, fixed
Right, that's a bit annoying. It happens because in one case the inserted letter is selected (for example if you're in append mode) and so `exec d` will remove it,...
Well you can use the branch if you want to, but the issues reported by @andreyorst have not been addressed so you might run into them. As you can see...
>hm, but we need to discard placeholders that do not have default textfrom such hook. Anddiscard this hook if user leaves insertmode for somereason You could do ``` try %{...
Mh yeah that's unfortunate, we can't distinguish an empty placeholder from a 1-character wide one after they've been inserted. I was kinda hoping that I could get away with leaving...