mirror of
https://github.com/neovim/neovim.git
synced 2025-09-27 13:38:34 +00:00
channels: allow bytes sockets and stdio, and buffered bytes output
This commit is contained in:
@@ -7,6 +7,9 @@
|
||||
#include "nvim/eval/typval.h"
|
||||
#include "nvim/profile.h"
|
||||
#include "nvim/garray.h"
|
||||
#include "nvim/event/rstream.h"
|
||||
#include "nvim/event/wstream.h"
|
||||
#include "nvim/channel.h"
|
||||
|
||||
#define COPYID_INC 2
|
||||
#define COPYID_MASK (~0x1)
|
||||
|
Reference in New Issue
Block a user