(e3, t3)
| 2242 | } |
| 2243 | } |
| 2244 | _selectWordAt(e3, t3) { |
| 2245 | const i3 = this._getWordAt(e3, t3); |
| 2246 | if (i3) { |
| 2247 | for (; i3.start < 0; ) i3.start += this._bufferService.cols, e3[1]--; |
| 2248 | this._model.selectionStart = [i3.start, e3[1]], this._model.selectionStartLength = i3.length; |
| 2249 | } |
| 2250 | } |
| 2251 | _selectToWordAt(e3) { |
| 2252 | const t3 = this._getWordAt(e3, true); |
| 2253 | if (t3) { |
no test coverage detected