mirror of
https://github.com/textmate/textmate.git
synced 2026-01-22 21:27:56 -05:00
It can happen that we register the same value transformer twice, e.g. if we register it in an initialize method (since these are not guaranteed to only be called once). This isn’t a problem per se, but there is no reason to create the new instance.