Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

predict-on is no longer completing?



The history completion part of predict-on is still working, but it's also
supposed to attempt standard completion when the history search fails.

The problem appears to be that there aren't any completers for the context
containing ":predict:".

+_main_complete:61> zstyle -a :completion:::predict:: completer tmp
+_main_complete:62> set --
+_main_complete:67> _completers=( )
+_main_complete:68> _completers_left=( )

Was that an intentional change, or should the default list of completers
have been used, as I expected?

-- 
Bart Schaefer                                 Brass Lantern Enterprises
http://www.well.com/user/barts              http://www.brasslantern.com



Messages sorted by: Reverse Date, Date, Thread, Author