1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-10-03 17:31:33 +02:00
zsh/Completion/User/_texi

7 lines
120 B
Plaintext
Raw Normal View History

2000-02-08 14:12:37 +01:00
#compdef -P (texi(2*|ndex))
local expl
_description files expl 'texinfo file'
_files "$expl[@]" -g '*.(texinfo|texi)'