MCPcopy
hub / github.com/witheve/Eve / recordJumpPosition

Function recordJumpPosition

src/codemirror.js:12434–12438  ·  view source on GitHub ↗
(cm, oldCur, newCur)

Source from the content-addressed store, hash-verified

12432 }
12433
12434 function recordJumpPosition(cm, oldCur, newCur) {
12435 if (!cursorEqual(oldCur, newCur)) {
12436 vimGlobalState.jumpList.add(cm, oldCur, newCur);
12437 }
12438 }
12439
12440 function recordLastCharacterSearch(increment, args) {
12441 vimGlobalState.lastCharacterSearch.increment = increment;

Callers 1

VimFunction · 0.85

Calls 1

cursorEqualFunction · 0.85

Tested by

no test coverage detected