Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use
os.path.relpath
on a normalized Packages base path
The previous method fails because it assumes `packages_path` is normalized, yet it will not be when Sublime Text is started via the `subl` command with a non-normalized `PATH` entry (i.e. `PATH=z:\bin\..\tools\sublime_text`)
- Loading branch information