about summary refs log tree commit diff
diff options
context:
space:
mode:
-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)'