Skip to content

VimJumpList.add method

VimJumpList › add

Unofficial

Record a jump from one position to another.

Signature:

add(cm: CodeMirrorEditor, oldCur: EditorPosition, newCur: EditorPosition): void

Parameters:

ParameterTypeDescription
cmCodeMirrorEditorThe editor the jump happened in.
oldCurEditorPositionThe position jumped from.
newCurEditorPositionThe position jumped to.

Returns: void