Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
PATCH: completion for texi*
- X-seq: zsh-workers 9619
- From: Sven Wischnowsky <wischnow@xxxxxxxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: PATCH: completion for texi*
- Date: Tue, 8 Feb 2000 14:11:26 +0100 (MET)
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
How *could* we have forgotten these...
Bye
Sven
diff -ru ../z.old/Completion/User/_texi Completion/User/_texi
--- ../z.old/Completion/User/_texi Tue Feb 8 14:08:52 2000
+++ Completion/User/_texi Tue Feb 8 14:10:35 2000
@@ -0,0 +1,6 @@
+#compdef -P (texi(2*|ndex))
+
+local expl
+
+_description files expl 'texinfo file'
+_files "$expl[@]" -g '*.(texinfo|texi)'
--
Sven Wischnowsky wischnow@xxxxxxxxxxxxxxxxxxxxxxx
Messages sorted by:
Reverse Date,
Date,
Thread,
Author