mirror of
https://github.com/atom/atom.git
synced 2026-02-07 21:25:05 -05:00
Merge branch 'absolute-paths-in-fuzzy-finder'
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user