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)'