From 05c96477f3a4641d57608124a10f83fe9787f6ea Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Wed, 2 Nov 2011 16:47:10 -0700 Subject: [PATCH] Use -reuseview in jedit by default. --- basis/editors/jedit/jedit.factor | 1 + 1 file changed, 1 insertion(+) 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 ;