Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/ddc_vim/deps.ts>fn.getcmdtype

Dark deno-powered completion framework for neovim/Vim8
Very Popular
Go to Latest
function fn.getcmdtype
import { fn } from "https://deno.land/x/ddc_vim@v3.9.1/deps.ts";
const { getcmdtype } = fn;

Return the current command-line type. Possible return values are: : normal Ex command > debug mode command debug-mode / forward search command ? backward search command @ input() command - :insert or :append command = i_CTRL-R_= Only works when editing the command line, thus requires use of c_CTRL-\_e or c_CTRL-R_= or an expression mapping. Returns an empty string otherwise. Also see getcmdpos(), setcmdpos() and getcmdline().

Returns

Promise<string>