mirror of
https://github.com/textmate/textmate.git
synced 2026-04-28 03:00:34 -04:00
This can be used to link to the “current document” even if that document has no path. Previously this was done by leaving out the ‘url’ parameter, which made it target the frontmost document — using ‘uuid’ is a more robust way to achieve the same. A command can read the TM_DOCUMENT_UUID environment variable for the current document’s identifier.