tools.completion: re-add chars-matching, not sure how i removed it.
parent
16b144eaf5
commit
9f8a791a3b
|
@ -97,6 +97,9 @@ PRIVATE>
|
|||
[ qualified-named [ append ] unless-empty ] bi
|
||||
completions ;
|
||||
|
||||
: chars-matching ( str -- seq )
|
||||
name-map keys dup zip completions ;
|
||||
|
||||
: colors-matching ( str -- seq )
|
||||
named-colors dup zip completions ;
|
||||
|
||||
|
|
Loading…
Reference in New Issue