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