tools.completion: fix chars-matching word.

db4
John Benediktsson 2012-07-14 16:14:48 -07:00
parent 49c2ec6180
commit 8d2a271aa2
1 changed files with 1 additions and 1 deletions

View File

@ -93,5 +93,5 @@ PRIVATE>
all-vocabs-recursive filter-vocabs name-completions ;
: chars-matching ( str -- seq )
name-map keys dup zip completions ;
name-map get keys dup zip completions ;