Skip to main content
Module

x/denops_std/function/nvim/mod.ts>ctxget

📚 Standard module for denops.vim
Latest
function ctxget
import { ctxget } from "https://deno.land/x/denops_std@v6.5.0/function/nvim/mod.ts";

Returns a Dictionary representing the context at {index} from the top of the context-stack (see context-dict). If {index} is not given, it is assumed to be 0 (i.e.: top).

Parameters

denops: Denops
optional
index: unknown

Returns

Promise<Record<string, unknown>>