mirror of
https://github.com/atom/atom.git
synced 2026-01-22 21:38:10 -05:00
Provide scan() delegation in editSession
This commit is contained in:
@@ -377,6 +377,9 @@ class EditSession
|
||||
# {Delegates to: TextBuffer.lineLengthForRow}
|
||||
lineLengthForBufferRow: (row) -> @buffer.lineLengthForRow(row)
|
||||
|
||||
# {Delegates to: TextBuffer.scan}
|
||||
scan: (args...) -> @buffer.scan(args...)
|
||||
|
||||
# {Delegates to: TextBuffer.scanInRange}
|
||||
scanInBufferRange: (args...) -> @buffer.scanInRange(args...)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user