more fixes for textmate

erg 2006-10-23 22:04:43 +00:00
parent b0232f3bee
commit f20c72ae93
1 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
USING: definitions kernel parser process namespaces ;
USING: definitions kernel parser process namespaces prettyprint ;
IN: textmate
: textmate-location ( file line -- )
[ "mate -a \"" % over % "\" -l " % # ] "" make run-process ;
[ "mate -a -l " % # " " % unparse % ] "" make run-process ;
[ textmate-location ] edit-hook set-global
[ textmate-location ] edit-hook set-global