remove debug, add -a option
parent
8a25012b55
commit
a5c47ac294
|
@ -11,8 +11,8 @@ IN: editors.etexteditor
|
||||||
|
|
||||||
: etexteditor ( file line -- )
|
: etexteditor ( file line -- )
|
||||||
[
|
[
|
||||||
etexteditor-path ,
|
etexteditor-path , "-a" ,
|
||||||
[ , ] [ "--line" , number>string , ] bi*
|
[ , ] [ "--line" , number>string , ] bi*
|
||||||
] { } make USE: prettyprint dup . run-detached drop ;
|
] { } make run-detached drop ;
|
||||||
|
|
||||||
[ etexteditor ] edit-hook set-global
|
[ etexteditor ] edit-hook set-global
|
||||||
|
|
Loading…
Reference in New Issue