diff --git a/basis/editors/jedit/jedit.factor b/basis/editors/jedit/jedit.factor index 3246726d4d..802e02ca5f 100644 --- a/basis/editors/jedit/jedit.factor +++ b/basis/editors/jedit/jedit.factor @@ -29,5 +29,6 @@ M: windows find-jedit-path M: jedit editor-command ( file line -- command/f ) [ find-jedit-path , + "-reuseview" , [ , ] [ number>string "+line:" prepend , ] bi* ] { } make ;