Skip to main content
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@v6.4.0/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>