Commit 46bb0a910c7f58c7dc9c336be54086e3606e9384
- Date: Tue Apr 22 00:29:02 +0000 2008
- Committer: Dr Nic Williams (drnicwilliams@gmail.com)
- Author: Dr Nic Williams (drnicwilliams@gmail.com)
- Commit SHA1: 46bb0a910c7f58c7dc9c336be54086e3606e9384
- Tree SHA1: 2eba184b9509993148c187d14cd2f41c97cd1309
why was cmd no longer in repo after a rebase?
Commit diff
| |   |
| 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> |
| 3 | <plist version="1.0"> |
| 4 | <dict> |
| 5 | <key>beforeRunningCommand</key> |
| 6 | <string>nop</string> |
| 7 | <key>command</key> |
| 8 | <string>#!/usr/bin/env ruby |
| 9 | require "#{ENV['TM_BUNDLE_SUPPORT']}/lib/go_to_external.rb"</string> |
| 10 | <key>fallbackInput</key> |
| 11 | <string>word</string> |
| 12 | <key>input</key> |
| 13 | <string>document</string> |
| 14 | <key>keyEquivalent</key> |
| 15 | <string>~G</string> |
| 16 | <key>name</key> |
| 17 | <string>Go to external gem</string> |
| 18 | <key>output</key> |
| 19 | <string>showAsTooltip</string> |
| 20 | <key>scope</key> |
| 21 | <string>source.ruby</string> |
| 22 | <key>uuid</key> |
| 23 | <string>8A7D2EB1-D0BA-4CA9-87A5-84E380228A32</string> |
| 24 | </dict> |
| 25 | </plist> |
| toggle raw diff |
--- /dev/null
+++ b/Commands/Go to external gem.tmCommand
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!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>
+ <string>nop</string>
+ <key>command</key>
+ <string>#!/usr/bin/env ruby
+require "#{ENV['TM_BUNDLE_SUPPORT']}/lib/go_to_external.rb"</string>
+ <key>fallbackInput</key>
+ <string>word</string>
+ <key>input</key>
+ <string>document</string>
+ <key>keyEquivalent</key>
+ <string>~G</string>
+ <key>name</key>
+ <string>Go to external gem</string>
+ <key>output</key>
+ <string>showAsTooltip</string>
+ <key>scope</key>
+ <string>source.ruby</string>
+ <key>uuid</key>
+ <string>8A7D2EB1-D0BA-4CA9-87A5-84E380228A32</string>
+</dict>
+</plist> |