Merge branch 'absolute-paths-in-fuzzy-finder'

This commit is contained in:
Kevin Sawicki
2013-04-02 09:28:53 -07:00
5 changed files with 24 additions and 25 deletions

View File

@@ -75,6 +75,7 @@ class Project
fs.absolute filePath
relativize: (fullPath) ->
return fullPath unless fullPath.lastIndexOf(@getPath()) is 0
fullPath.replace(@getPath(), "").replace(/^\//, '')
getSoftTabs: -> @softTabs