diff options
Diffstat (limited to 'Completion')
-rw-r--r-- | Completion/Unix/Command/_bibtex | 5 |
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)' |