tools.completion: re-add chars-matching, not sure how i removed it.

master
John Benediktsson 2020-09-22 13:23:06 -07:00
parent 16b144eaf5
commit 9f8a791a3b
1 changed files with 3 additions and 0 deletions

View File

@ -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 ;