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>ctxset

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

Sets the |context| at {index} from the top of the |context-stack| to that represented by {context}. {context} is a Dictionary with context data (|context-dict|). If {index} is not given, it is assumed to be 0 (i.e.: top).

Parameters

denops: Denops
context: unknown
optional
index: unknown

Returns

Promise<unknown>