Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

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

📚 Standard module for denops.vim
Go to Latest
function test_feedinput
import { test_feedinput } from "https://deno.land/x/denops_std@v3.8.1/function/vim/mod.ts";

Characters in {string} are queued for processing as if they were typed by the user. This uses a low level input buffer. This function works only when with |+unix| or GUI is running. Can also be used as a |method|: GetText()->test_feedinput()

Parameters

denops: Denops
string: unknown

Returns

Promise<unknown>