Skip to main content
Deno 2 is finally here ๐ŸŽ‰๏ธ
Learn more
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@v6.4.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>>