mirror of
https://github.com/textmate/textmate.git
synced 2026-01-21 04:38:13 -05:00
This is only when caret is at a word, when not on a word, we do not respond to the cancelOperation: method. This way, pressing escape in a window where another responder implements cancel:/cancelOperation: (e.g. commit window) the key will be handled by the other responder (and presumably close the window).