VimRegister.pushInsertModeChanges method
VimRegister › pushInsertModeChanges
Unofficial
Append a recorded insert-mode session to the register.Signature:
pushInsertModeChanges(changes: VimInsertModeChanges): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| changes | VimInsertModeChanges | The insert-mode session to append. |
Returns: void