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