(ch, moveInStorageOrder)
| 9419 | |
| 9420 | var searchInVisualLine = function (partPos, dir, wrappedLineExtent) { |
| 9421 | var getRes = function (ch, moveInStorageOrder) { |
| 9422 | return moveInStorageOrder ? new Pos(start.line, mv(ch, 1), "before") : new Pos(start.line, ch, "after") |
| 9423 | } |
| 9424 | |
| 9425 | for (; partPos >= 0 && partPos < bidi.length; partPos += dir) { |
| 9426 | var part = bidi[partPos] |
no test coverage detected