Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

PATCH: completion for texi*



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