From ac23b6a415ef53cccd253cd5da32fcc2f2179d08 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Tue, 8 Feb 2000 13:12:37 +0000 Subject: zsh-workers/9619 --- Completion/User/_texi | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Completion/User/_texi (limited to 'Completion') 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)' -- cgit 1.4.1