VimApi.handleEx method
VimApi › handleEx
Unofficial
Run an Ex command.Signature:
handleEx(cm: CodeMirrorEditor, input: string): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| cm | CodeMirrorEditor | The editor to act on. |
| input | string | The command line, as it would be typed after the :. |
Returns: void