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

error in 19.3.1



This is near the end of 19.3.1:

For example:

zstyle -e ':completion:*' completer '
    if [[ $words[1] = cvs ]]; then
      reply=(_complete)
    else
      reply=(_complete _approximate)
    fi'

uses the value `_complete' for the completer style in most contexts, but
the value `_complete _approximate' when the first word on the command
line is `cvs'.

-- 
How many Vietnam vets does it take to screw in a light bulb?
You don't know, man.  You don't KNOW.
Cause you weren't THERE.             http://bash.org/?255991



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