VimRegister.pushText method
VimRegister › pushText
Unofficial
Append text to the register, keeping what is already there.Signature:
pushText(text: string, linewise?: boolean | undefined): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| text | string | The text to append. |
| linewise? | boolean | undefined | Whether the appended text is linewise. |
Returns: void