about summary refs log tree commit diff
path: root/Completion/User
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>2000-02-08 13:12:37 +0000
committerTanaka Akira <akr@users.sourceforge.net>2000-02-08 13:12:37 +0000
commitac23b6a415ef53cccd253cd5da32fcc2f2179d08 (patch)
tree18656c4eb27c1b68d82fd1ac60e3e81a008c8238 /Completion/User
parent96ecd59d284e57bbd8f8bd61d919928dea1382f9 (diff)
downloadzsh-ac23b6a415ef53cccd253cd5da32fcc2f2179d08.tar.gz
zsh-ac23b6a415ef53cccd253cd5da32fcc2f2179d08.tar.xz
zsh-ac23b6a415ef53cccd253cd5da32fcc2f2179d08.zip
zsh-workers/9619
Diffstat (limited to 'Completion/User')
-rw-r--r--Completion/User/_texi6
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)'