TextMate, the missing editor
(exe=u'mate')
| 101 | |
| 102 | |
| 103 | def mate(exe=u'mate'): |
| 104 | """ TextMate, the missing editor""" |
| 105 | # wait=True is not required since we're using the -w flag to mate |
| 106 | install_editor(exe + u' -w -l {line} {filename}') |
| 107 | |
| 108 | |
| 109 | # ########################################## |
nothing calls this directly
no test coverage detected
searching dependent graphs…