File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change 1
1
#!/usr/bin/env ruby18 -wKU
2
2
3
- require "#{ ENV [ 'TM_SUPPORT_PATH' ] } /lib/escape"
4
- require "#{ ENV [ 'TM_SUPPORT_PATH' ] } /lib/exit_codes"
5
- require "#{ ENV [ 'TM_SUPPORT_PATH' ] } /lib/ui"
6
- require "#{ ENV [ 'TM_SUPPORT_PATH' ] } /lib/web_preview"
7
- require "#{ ENV [ 'TM_SUPPORT_PATH' ] } /lib/tm/require_cmd.rb"
8
- require "#{ ENV [ 'TM_SUPPORT_PATH' ] } /lib/tm/executor"
9
- require "#{ ENV [ 'TM_SUPPORT_PATH' ] } /lib/tm/save_current_document"
3
+ require ENV [ 'TM_SUPPORT_PATH' ] + '/lib/exit_codes'
4
+ require ENV [ 'TM_SUPPORT_PATH' ] + '/lib/tm/executor'
5
+ require ENV [ 'TM_SUPPORT_PATH' ] + '/lib/tm/process'
6
+ require ENV [ 'TM_SUPPORT_PATH' ] + '/lib/tm/save_current_document'
10
7
11
8
# TextMate's special GOPATH used in .tm_properties files prepended to the environment's GOPATH
12
9
ENV [ 'GOPATH' ] = ( ENV . has_key? ( 'TM_GOPATH' ) ? ENV [ 'TM_GOPATH' ] : '' ) +
You can’t perform that action at this time.
0 commit comments