about summary refs log tree commit diff
path: root/Completion/Unix/Command/_bibtex
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/Unix/Command/_bibtex')
-rw-r--r--Completion/Unix/Command/_bibtex5
1 files changed, 5 insertions, 0 deletions
diff --git a/Completion/Unix/Command/_bibtex b/Completion/Unix/Command/_bibtex
new file mode 100644
index 000000000..8db38a244
--- /dev/null
+++ b/Completion/Unix/Command/_bibtex
@@ -0,0 +1,5 @@
+#compdef bibtex
+
+# bibtex only works when the *.aux file exists, but complete the *.tex file in
+# case it hasn't been compiled yet.
+_files -g '*.(aux|tex)(:r)'