[TxMt] typo in diff bundle

Gerd Knops gerti-textmate at bitart.com
Thu Jan 26 23:54:45 UTC 2006


The Diff bundle command 'Selected Files in Project Drawer (HTML)'  
references "$TM_BUNDLE_SUPPORT/diff.pl", but the actual file is  
"$TM_BUNDLE_SUPPORT/Diff.pl" (note case: d vs. D). If (like in my  
case) TM is installed on a case sensitive file system, that command  
will not work:

--- Commands/Diff Selected Files.plist  (revision 2604)
+++ Commands/Diff Selected Files.plist  (working copy)
@@ -11,7 +11,7 @@
     exit_show_tool_tip
fi
-perl "$TM_BUNDLE_SUPPORT/diff.pl"
+perl "$TM_BUNDLE_SUPPORT/Diff.pl"
</string>
         <key>input</key>
         <string>none</string>


Gerd

PS: What are the rules to gain write access to http://macromates.com/ 
svn?
  



More information about the textmate mailing list