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): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| n | string | The digit to append. |
Returns: void