Skip to main content
Module

x/denops_std/function/mod.ts>getcmdwintype

📚 Standard module for denops.vim
Go to Latest
function getcmdwintype
import { getcmdwintype } from "https://deno.land/x/denops_std@v4.1.2/function/mod.ts";

Return the current |command-line-window| type. Possible return values are the same as |getcmdtype()|. Returns an empty string when not in the command-line window.

Returns

Promise<unknown>