(pos, dir)
| 6885 | } |
| 6886 | |
| 6887 | var mv = function (pos, dir) { return moveCharLogically(line, pos instanceof Pos ? pos.ch : pos, dir); }; |
| 6888 | var prep; |
| 6889 | var getWrappedLineExtent = function (ch) { |
| 6890 | if (!cm.options.lineWrapping) { return {begin: 0, end: line.text.length} } |
no test coverage detected