• read OS version from /System/Library/CoreServices/SystemVersion instead of using sysctl, since kern.osversion is not there for Tiger (there is a kern.osrelease, but with …/SystemVersion we can compare the ProductVersion against 10.4 rather than use the Darwin version numbers)
Thanks to Michael Sheets for the tip. Changed: U trunk/Bundles/TextMate.tmbundle/Commands/Paste Selection : Line Online….tmCommand _______________________________________________ textmate-dev mailing list [email protected] http://lists.macromates.com/mailman/listinfo/textmate-dev
