import { nvim_get_context } from "https://deno.land/x/denops_std@v4.1.4/function/nvim/mod.ts";
Gets a map of the current editor state. Parameters: ~ {opts} Optional parameters. • types: List of |context-types| ("regs", "jumps", "bufs", "gvars", …) to gather, or empty for "all". Return: ~ map of global |context|.
Parameters
denops: Denops