Skip to content

VimHistoryController.pushInput method

VimHistoryController › pushInput

Unofficial

Append an entry to the history.

Signature:

pushInput(input: string): void

Parameters:

ParameterTypeDescription
inputstringThe entry to append.

Returns: void