]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/editors/textedit/textedit.factor
factor: Rename I[ ]I to [I I]. Fix places where we do "string"token without whitespace.
[factor.git] / basis / editors / textedit / textedit.factor
index 92c4c05cc2a1d39902bcdd83855189bcd5771fdb..c21004b06d207e0c046186971380f6afd8daca02 100644 (file)
@@ -7,4 +7,4 @@ textedit editor-class set-global
 
 M: textedit editor-command ( file line -- command )
     drop
-    [ "open" , "-a" , "TextEdit", , ] { } make ;
+    [ "open" , "-a" , "TextEdit" , , ] { } make ;