about summary refs log tree commit diff
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
commitbf69a9c866ec68a0a054db9cfc6b0dea39ed011c (patch)
tree1171da2b1dabba5240f2cdda507686b41c8585b1
parent625e843525cfd9d763eddcdb01663d4946f3a910 (diff)
downloadzsh-bf69a9c866ec68a0a054db9cfc6b0dea39ed011c.tar.gz
zsh-bf69a9c866ec68a0a054db9cfc6b0dea39ed011c.tar.xz
zsh-bf69a9c866ec68a0a054db9cfc6b0dea39ed011c.zip
Initial revision
-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)'