import { ch_sendraw } from "https://deno.land/x/denops_std@v6.3.0/function/vim/mod.ts";
Send String
or Blob
{expr} over {handle}.
Works like ch_sendexpr()
, but does not encode the request or
decode the response. The caller is responsible for the
correct contents. Also does not add a newline for a channel
in NL mode, the caller must do that. The NL in the response
is removed.
See channel-use
.
Can also be used as a method
:
GetChannel()->ch_sendraw(rawexpr)