Skip to main content
Latest
function fn.getcmdwintype
import { fn } from "https://deno.land/x/denops_lsputil@v0.9.4/deps.ts";
const { getcmdwintype } = fn;

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