import { fn } from "https://deno.land/x/ddc_vim@v4.0.2/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.
Parameters
denops: Denops