diff options
author | Tanaka Akira <akr@users.sourceforge.net> | 2000-02-08 13:12:37 +0000 |
---|---|---|
committer | Tanaka Akira <akr@users.sourceforge.net> | 2000-02-08 13:12:37 +0000 |
commit | ac23b6a415ef53cccd253cd5da32fcc2f2179d08 (patch) | |
tree | 18656c4eb27c1b68d82fd1ac60e3e81a008c8238 /Completion | |
parent | 96ecd59d284e57bbd8f8bd61d919928dea1382f9 (diff) | |
download | zsh-ac23b6a415ef53cccd253cd5da32fcc2f2179d08.tar.gz zsh-ac23b6a415ef53cccd253cd5da32fcc2f2179d08.tar.xz zsh-ac23b6a415ef53cccd253cd5da32fcc2f2179d08.zip |
zsh-workers/9619
Diffstat (limited to 'Completion')
-rw-r--r-- | Completion/User/_texi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Completion/User/_texi b/Completion/User/_texi new file mode 100644 index 000000000..ded268c93 --- /dev/null +++ b/Completion/User/_texi @@ -0,0 +1,6 @@ +#compdef -P (texi(2*|ndex)) + +local expl + +_description files expl 'texinfo file' +_files "$expl[@]" -g '*.(texinfo|texi)' |