Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/denops_std/function/input.ts>inputrestore

📚 Standard module for denops.vim
Go to Latest
function inputrestore
import { inputrestore } from "https://deno.land/x/denops_std@v5.0.2/function/input.ts";

Restore typeahead that was saved with a previous inputsave(). Should be called the same number of times inputsave() is called. Calling it more often is harmless though. Returns TRUE when there is nothing to restore, FALSE otherwise.

Returns

Promise<boolean>