Skip to content

Commit

Permalink
Renamed to:
Browse files Browse the repository at this point in the history
 • Document With Clipboard
 • Document With Saved Copy
 • Selected Files in Project Drawer
 • Selected Files in Project Drawer (HTML)
 • Merge Selected Files…



git-svn-id: http://svn.textmate.org/trunk/Bundles/Diff.tmbundle@2025 dfb7d73b-c2ec-0310-8fea-fb051d288c6d
  • Loading branch information
sorbits committed Oct 28, 2005
1 parent 0d962ae commit dcdc872
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Commands/Diff Buffer With Clipboard.plist
Expand Up @@ -13,7 +13,7 @@ __CF_USER_TEXT_ENCODING=$UID:0x8000100:0x8000100 diff -u - <(pbpaste)
<key>keyEquivalent</key>
<string>^~D</string>
<key>name</key>
<string>Diff Buffer With Clipboard</string>
<string>Document With Clipboard</string>
<key>output</key>
<string>openAsNewDocument</string>
<key>uuid</key>
Expand Down
2 changes: 1 addition & 1 deletion Commands/Diff Selected Files (Simple).plist
Expand Up @@ -23,7 +23,7 @@ open -a TextMate "$TMPFILE" &amp;
<key>keyEquivalent</key>
<string>^~D</string>
<key>name</key>
<string>Diff Selected Files</string>
<string>Selected Files in Project Drawer</string>
<key>output</key>
<string>showAsTooltip</string>
<key>uuid</key>
Expand Down
2 changes: 1 addition & 1 deletion Commands/Diff Selected Files.plist
Expand Up @@ -18,7 +18,7 @@ perl "$TM_BUNDLE_SUPPORT/diff.pl"
<key>keyEquivalent</key>
<string>^~D</string>
<key>name</key>
<string>Diff Selected Files (HTML)</string>
<string>Selected Files in Project Drawer (HTML)</string>
<key>output</key>
<string>showAsHTML</string>
<key>uuid</key>
Expand Down
2 changes: 1 addition & 1 deletion Commands/Diff With File on Disk.plist
Expand Up @@ -14,7 +14,7 @@ fi</string>
<key>keyEquivalent</key>
<string>^~D</string>
<key>name</key>
<string>Diff Buffer With File on Disk</string>
<string>Document With Saved Copy</string>
<key>output</key>
<string>openAsNewDocument</string>
<key>uuid</key>
Expand Down
2 changes: 1 addition & 1 deletion Commands/Merge Selected Files.plist
Expand Up @@ -18,7 +18,7 @@ fi
<key>keyEquivalent</key>
<string>^~D</string>
<key>name</key>
<string>Merge Selected Files</string>
<string>Merge Selected Files</string>
<key>output</key>
<string>showAsTooltip</string>
<key>uuid</key>
Expand Down

0 comments on commit dcdc872

Please sign in to comment.