mirror of
https://github.com/textmate/textmate.git
synced 2026-01-22 13:17:55 -05:00
Untitled documents have no path, so we were creating a dictionary with a nil object. The path isn’t actually used (we go via the identifier) so removing the potential path from the dictionary avoids the problem.