DIR:/proc/thread-self/root/usr/share/zsh/5.5.1/functions/ |
Current File : //proc/thread-self/root/usr/share/zsh/5.5.1/functions/_texi |
#compdef -P (texi(2*|ndex)) local expl _description files expl 'texinfo file' _files "$@" "$expl[@]" -g '*.(texinfo|texi)(-.)' |