[Bash-completion-commits] ./current r1304: Make bibtex complete on .aux files

Guillaume Rousse guillomovitch at zarb.org
Tue Feb 3 19:32:07 UTC 2009


------------------------------------------------------------
revno: 1304
committer: Guillaume Rousse <guillomovitch at zarb.org>
branch nick: current
timestamp: Tue 2009-02-03 20:32:07 +0100
message:
  Make bibtex complete on .aux files
modified:
  bash_completion
  debian/changelog
-------------- next part --------------
=== modified file 'bash_completion'
--- a/bash_completion	2009-02-02 21:24:38 +0000
+++ b/bash_completion	2009-02-03 19:32:07 +0000
@@ -134,6 +134,7 @@
 complete -f -X '!*.odb' oobase
 complete -f -X '!*.rpm' rpm2cpio
 complete -f -X '!*.sqlite' sqlite3
+complete -f -X '!*.aux' bibtex
 # FINISH exclude -- do not remove this line
 
 # start of section containing compspecs that can be handled within bash

=== modified file 'debian/changelog'
--- a/debian/changelog	2009-02-02 08:01:04 +0000
+++ b/debian/changelog	2009-02-03 19:32:07 +0000
@@ -1,5 +1,8 @@
 bash-completion (200902xx) UNRELEASED; urgency=low
 
+  [ Guillaume Rousse ]
+  * Make bibtex complete on .aux files
+
   [ David Paleino ]
   * Added .kar to Timidity completion.
   * Fix killall completion, remove trailing ":" on certain process



More information about the Bash-completion-commits mailing list