ui.tools.listener.completion: delay history-list to allow live searching.

db4
John Benediktsson 2011-09-17 09:06:10 -07:00
parent 1c3c2e6b1a
commit 22cce1d4e2
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ GENERIC: completion-quot ( interactor completion-mode -- quot )
M: word-completion completion-quot [ words-matching ] (completion-quot) ;
M: vocab-completion completion-quot [ vocabs-matching ] (completion-quot) ;
M: char-completion completion-quot [ chars-matching ] (completion-quot) ;
M: history-completion completion-quot drop history-list [ completions ] curry ;
M: history-completion completion-quot drop '[ _ history-list completions ] ;
GENERIC: completion-element ( completion-mode -- element )