Skip to main content
Module

x/denops_std/mapping/mod.ts>read

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

Read a mapping and return a Mapping instance.

Note that prior to Vim 8.2.0491 or Neovim 0.5.0, script is not detectable by maparg function internally used in this function.

Parameters

denops: Denops
lhs: string
optional
options: ReadOptions = [UNSUPPORTED]