1#autoload
2
3local expl
4
5# with the -b option, include `Best' in the matches
6local best="${argv[(r)-b]:+Best}"
7argv[(i)-b]=()
8
9_wanted visuals expl visual compadd "$@" -M 'm:{a-zA-Z}={A-Za-z}' - \
10    $best DirectColor TrueColor PseudoColor StaticColor GrayScale StaticGray
11