Skip to main content
Module

x/denops_std/function/vim/mod.ts>ch_sendraw

📚 Standard module for denops.vim
Go to Latest
function ch_sendraw
import { ch_sendraw } from "https://deno.land/x/denops_std@v6.4.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)

Parameters

denops: Denops
handle: unknown
expr: unknown
optional
options: unknown

Returns

Promise<unknown>