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

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

Pushes the current editor state (|context|) on the |context-stack|. If {types} is given and is a |List| of |String|s, it specifies which |context-types| to include in the pushed context. Otherwise, all context types are included.

Parameters

denops: Denops
optional
types: unknown

Returns

Promise<unknown>