mirror of
https://github.com/neovim/neovim.git
synced 2026-04-27 01:34:16 +00:00
This commit adds an on_print callback to stdioopen's dictionary argument which lets the caller specify a function called each time neovim will try to output something to stdout (e.g. on "echo" or "echoerr" in --headless mode).