mirror of
https://github.com/textmate/textmate.git
synced 2026-04-28 03:00:34 -04: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.