Skip to main content
Deno 2 is finally here ๐ŸŽ‰๏ธ
Learn more
Module

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

๐Ÿ“š Standard module for denops.vim
Go to Latest
function echoraw
import { echoraw } from "https://deno.land/x/denops_std@v3.6.0/function/vim/mod.ts";

Output {expr} as-is, including unprintable characters. This can be used to output a terminal code. For example, to disable modifyOtherKeys: call echoraw(&t_TE) and to enable it again: call echoraw(&t_TI) Use with care, you can mess up the terminal this way.

Parameters

denops: Denops
expr: unknown

Returns

Promise<unknown>