MCPcopy Create free account
hub / github.com/breck7/scroll / moveLogically

Function moveLogically

external/.scrollLibs.js:9332–9335  ·  view source on GitHub ↗
(line, start, dir)

Source from the content-addressed store, hash-verified

9330 }
9331
9332 function moveLogically(line, start, dir) {
9333 var ch = moveCharLogically(line, start.ch, dir)
9334 return ch == null ? null : new Pos(start.line, ch, dir < 0 ? "after" : "before")
9335 }
9336
9337 function endOfLine(visually, cm, lineObj, lineNo, dir) {
9338 if (visually) {

Callers 2

moveVisuallyFunction · 0.85
moveOnceFunction · 0.85

Calls 1

moveCharLogicallyFunction · 0.85

Tested by

no test coverage detected