mirror of
https://github.com/neovim/neovim.git
synced 2025-11-16 07:11:20 +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).