mirror of
https://github.com/textmate/textmate.git
synced 2026-01-23 13:47:54 -05:00
The recordSelector: might receive a ‘nil’ argument. Previously this was handled gracefully by using ‘dictionaryWithObjectsAndKeys:’ but not so when using the new Objective-C literal array syntax. So reverting to the old syntax. This closes issue #38.