VimRegister.setText method
VimRegister › setText
Unofficial
Replace everything the register holds with the given text.Signature:
setText(text?: string | undefined, linewise?: boolean | undefined, blockwise?: boolean | undefined): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| text? | string | undefined | The text to store. |
| linewise? | boolean | undefined | Whether the text is linewise. |
| blockwise? | boolean | undefined | Whether the text is blockwise. |
Returns: void