about summary refs log tree commit diff
path: root/Completion/Unix/Command/_bibtex
blob: 8db38a2445c6074e909895cf257e56062d8d744c (plain) (blame)
1
2
3
4
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)'