Skip to content

Commit

Permalink
• more cleanup, error messages, etc.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.textmate.org/trunk/Bundles/Diff.tmbundle@1912 dfb7d73b-c2ec-0310-8fea-fb051d288c6d
  • Loading branch information
sorbits committed Oct 7, 2005
1 parent 77a3ff4 commit 6e64a73
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Commands/Diff Selected Files (Simple).plist
Expand Up @@ -25,7 +25,7 @@ open -a TextMate "$TMPFILE" &
<key>name</key>
<string>Diff Selected Files</string>
<key>output</key>
<string>discard</string>
<string>showAsTooltip</string>
<key>uuid</key>
<string>D04AFBD3-8110-11D9-8E5B-0011242E4184</string>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion Commands/Diff Selected Files.plist
Expand Up @@ -7,7 +7,7 @@
<key>command</key>
<string>eval arr=($TM_SELECTED_FILES)
if [[ ${#arr[@]} != 2 ]]; then
echo -e "You need to select exactly two\nfiles in the project drawer."
echo -e "You need to select exactly two files in the project drawer."
exit
fi
Expand Down
3 changes: 1 addition & 2 deletions Support/Diff.pl
Expand Up @@ -11,8 +11,7 @@

# Stylesheet switching from http://old.alistapart.com/stories/alternate/

my $bundle = $ENV{'TM_BUNDLE_PATH'};
my $css= $bundle . "/Tools";
my $css = $ENV{'TM_BUNDLE_SUPPORT'};

my $html = <<END;
<html><head>
Expand Down

0 comments on commit 6e64a73

Please sign in to comment.