Skip to main content
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@v6.4.0/function/nvim/mod.ts";

Pushes the current editor state (context) on the context-stack. If {types} is given and is a List of Strings, 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<void>