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