mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 18:55:14 -07:00
1045659097
The data to be written can be very long, so use nvim_chan_send() instead of io.stdout:write() as the latter doesn't handle EAGAIN. A difference of these two approaches is that nvim_chan_send() writes to stderr, not stdout, so it won't work if client stderr is redirected. |
||
---|---|---|
.. | ||
osc52.lua |