VimJumpList.add method
VimJumpList › add
Unofficial
Record a jump from one position to another.Signature:
add(cm: CodeMirrorEditor, oldCur: EditorPosition, newCur: EditorPosition): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| cm | CodeMirrorEditor | The editor the jump happened in. |
| oldCur | EditorPosition | The position jumped from. |
| newCur | EditorPosition | The position jumped to. |
Returns: void