Skip to content

Commit

Permalink
• do not output the file path of what we open to stdout (aesthetic ch…
Browse files Browse the repository at this point in the history
…ange)

git-svn-id: http://macromates.com/svn/Bundles/trunk/Bundles/Ruby.tmbundle@9681 dfb7d73b-c2ec-0310-8fea-fb051d288c6d
  • Loading branch information
duff committed May 24, 2008
1 parent 4f18ae9 commit d87a5c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Commands/Open Require.tmCommand
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>beforeRunningCommand</key>
Expand Down Expand Up @@ -40,7 +40,7 @@ end
if file and dir
dir.sub!(%r{\A\.(?=/|\z)}, ENV['TM_DIRECTORY']) if ENV['TM_DIRECTORY']
file_path = File.join(dir, file)
puts file_path
# puts file_path
TextMate.go_to :file =&gt; file_path
exit
else
Expand Down

0 comments on commit d87a5c2

Please sign in to comment.