Skip to content

VimApi.handleEx method

VimApi › handleEx

Unofficial

Run an Ex command.

Signature:

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

Parameters:

ParameterTypeDescription
cmCodeMirrorEditorThe editor to act on.
inputstringThe command line, as it would be typed after the :.

Returns: void