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

Function mv

external/.scrollLibs.js:9394–9396  ·  view source on GitHub ↗
(pos, dir)

Source from the content-addressed store, hash-verified

9392 }
9393
9394 var mv = function (pos, dir) {
9395 return moveCharLogically(line, pos instanceof Pos ? pos.ch : pos, dir)
9396 }
9397 var prep
9398 var getWrappedLineExtent = function (ch) {
9399 if (!cm.options.lineWrapping) {

Callers 3

moveVisuallyFunction · 0.85
getResFunction · 0.85
searchInVisualLineFunction · 0.85

Calls 1

moveCharLogicallyFunction · 0.85

Tested by

no test coverage detected