Skip to main content
Module

x/ddc_vim/deps.ts>fn.getcmdwintype

Dark deno-powered completion framework for neovim/Vim
Latest
function fn.getcmdwintype
import { fn } from "https://deno.land/x/ddc_vim@v4.3.1/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>