(pos, dir)
| 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) { |
no test coverage detected