mirror of
https://github.com/neovim/neovim.git
synced 2026-01-24 14:14:16 +10:00
This variant uses `fdopen()` which is not standard, but it fixes problem on my system. In next commit `scriptin` will use `FileDescriptor*` from os/fileio in place of `FILE*`.