Add EditSession::getRelativePath

Closes #746
This commit is contained in:
Kevin Sawicki 2013-08-22 12:16:33 -07:00
parent e4b5cfd600
commit 7bf350251e

View File

@ -313,6 +313,9 @@ class EditSession
# {Delegates to: Buffer.getPath}
getPath: -> @buffer.getPath()
# {Delegates to: Buffer.getRelativePath}
getRelativePath: -> @buffer.getRelativePath()
# {Delegates to: Buffer.getText}
getText: -> @buffer.getText()