about summary refs log tree commit diff
path: root/Completion/Unix/Type/_texi
blob: 10ccfa28bf2df8c63305569d21bd93c194ebc00b (plain) (blame)
1
2
3
4
5
6
#compdef -P (texi(2*|ndex))

local expl

_description files expl 'texinfo file'
_files "$@" "$expl[@]" -g '*.(texinfo|texi)(-.)'