tools.completion: less private.

db4
John Benediktsson 2012-09-25 10:01:56 -07:00
parent bb580f2ef7
commit 4222b44ab7
1 changed files with 2 additions and 2 deletions

View File

@ -80,11 +80,11 @@ PRIVATE>
[ <reversed> ] bi@
dupd fuzzy score max ;
<PRIVATE
: completion ( short candidate -- result )
[ second swap complete ] keep 2array ;
<PRIVATE
: completion, ( short candidate -- )
completion dup first 0 > [ , ] [ drop ] if ;