Skip to content

VimApi.handleEx method

VimApi › handleEx

Unofficial

Handle an Ex command input string.

Signature:

handleEx(cm: VimEditor, input: string): void

Parameters:

Parameter Type Description
cm VimEditor The editor instance.
input string The Ex command input string.

Returns: void