From c380c9394a3263d1e7c5b6f688dfd1b305b3600e Mon Sep 17 00:00:00 2001 From: Daniel Shahaf Date: Mon, 18 Jan 2016 02:35:35 +0000 Subject: 37663: New bibtex completion (very minimal). --- Completion/Unix/Command/_bibtex | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Completion/Unix/Command/_bibtex (limited to 'Completion/Unix/Command') 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)' -- cgit 1.4.1