Jason Felice
Jason Felice
Cool, thanks! What's the error on non-Mac? Is it that 'xcrun' isn't in the path? If so, I'd rather catch that directly.
I think you're always handling every I/O channel now, right? I think it can be mapped out like so: 1. If any channel has :inherit, call `.inheritIO`. (Or always call...
This is intentional, though somewhat awkward behavior. See #106 and [here](https://github.com/parinfer/parinfer.js/blob/master/doc/code.md#dangerous-quotes).
Parinfer doesn't (and can't!) prevent putting a quote in a comment. In fact, if you put two quotes in a comment, parinfer works again. The "prevention" is that parinfer will...
Been behind on this project... I'll convert this to flakes soon, but for now I've committed your update. Thanks!
Updated pull request so as to not depend on other patches.
I'm not clear on what the use case is. I assume you want to use the `:buffer` command to auto-complete the buffer name at the prompt (which is why this...
I think you are saying `:buffer`'s autocomplete is better. Have you looked at `:find` in Maxime's kakrc?
I know this has been a while, but @djhaskin987 provided a way to build with Mingw. I've just updated the README. I hope this helps.
@mojoex any chance you are still around to update this PR?