mirror of
https://github.com/textmate/textmate.git
synced 2026-04-28 03:00:34 -04:00
This fixes problems with symbolic links, for example file browser may show contents of /private/tmp when we ask to select /tmp/foo.txt. Comparing file path URLs will fail even though /tmp is a symbolic link for /private/tmp. Note that this fix only works for when the current document is already part of the items in the file browser, as we still store pending URLs to select as file path URLs.