Skip to content

VimInputState.pushRepeatDigit method

VimInputState › pushRepeatDigit

Unofficial

Append a digit to the count being typed, before or after the operator depending on how far the command has got.

Signature:

pushRepeatDigit(n: string): void

Parameters:

ParameterTypeDescription
nstringThe digit to append.

Returns: void