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

x/denops_std/function/nvim/mod.ts>nvim_out_write

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

Writes a message to the Vim output buffer. Does not append "\n", the message is buffered (won't display) until a linefeed is written. Parameters: ~ {str} Message

Parameters

denops: Denops
str: unknown

Returns

Promise<unknown>