editors.jedit: return "jedit" when looking for jedit path
parent
ae61d397c3
commit
f7ca2446a3
|
|
@ -12,7 +12,7 @@ ERROR: jedit-not-found ;
|
||||||
|
|
||||||
HOOK: find-jedit-path os ( -- path )
|
HOOK: find-jedit-path os ( -- path )
|
||||||
|
|
||||||
M: object find-jedit-path f ;
|
M: object find-jedit-path "jedit" ;
|
||||||
|
|
||||||
M: macosx find-jedit-path
|
M: macosx find-jedit-path
|
||||||
"org.gjt.sp.jedit" find-native-bundle
|
"org.gjt.sp.jedit" find-native-bundle
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue