Skip to content

VimRegister.pushText method

VimRegister › pushText

Unofficial

Append text to the register, keeping what is already there.

Signature:

pushText(text: string, linewise?: boolean | undefined): void

Parameters:

ParameterTypeDescription
textstringThe text to append.
linewise?boolean | undefinedWhether the appended text is linewise.

Returns: void