Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

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

📚 Standard module for denops.vim
Go to Latest
function ctxget
import { ctxget } from "https://deno.land/x/denops_std@v5.1.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>>