tools.completion: fix chars-matching word.
parent
49c2ec6180
commit
8d2a271aa2
|
@ -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 ;
|
||||
|
||||
|
|
Loading…
Reference in New Issue