Jason Felice

Results 93 comments of Jason Felice

Hi! I ported parinfer to Rust, which Vim can call through libcall(). It's much faster, doesn't require Neovim, and can probably be improved, speed-wise. It might be beta quality, though....

Bram later added patch 8.1.0256, which should Just Work(tm) -- it does for parinfer-rust, for sure (although I just precede `setline()` with `silent! undojoin`).

I'm also getting this when the build worked yesterday. Did you find a solution?

First, you can get it to print only the last value by wrapping the expressions in a `do`. You can format the output with the command-line zprint or something similar,...

Thanks a lot for this! I’ve only taken a quick look, but it basically looks good. Please add test cases, though. I’ll look more closely tomorrow.

I pushed a bunch of commits that get it building for me again. It uses Nix for local builds and CI, which keeps things reproducible, and I updated the documentation...

babashka looks nice! I just realized that it's possible to use `-` to accept input from stdin, although, you will have to distinguish between `-` before and after `--`, which...

If you add a test, I’ll merge it. If you can figure out how to make it preserve line numbers for code read from stdin, that would be really nice.

I'm not familiar with Guix, but I would accept a PR.

Hi @PlumpMath ! The easy answer (hopefully): You might be able to use Cygwin to compile this on Windows. I haven't had a Windows machine in a long time, but...