Skip to main content
Module

x/ddc_vim/deps.ts>fn.getcmdwintype

Dark deno-powered completion framework for neovim/Vim8
Go to Latest
function fn.getcmdwintype
import { fn } from "https://deno.land/x/ddc_vim@v2.3.0/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<unknown>