summaryrefslogtreecommitdiff
path: root/completions/bzip2
Commit message (Collapse)AuthorAgeFilesLines
* Move Emacs indentation settings from every file to .dir-locals.el.Ville Skyttä2011-11-011-7/+1
|
* Load completions in separate files dynamically, get rid of have().Ville Skyttä2011-10-121-2/+0
|
* Add lbzip2, lbunzip2, and lbzcat completions, using corresponding bzip2 ones.Ville Skyttä2011-04-291-2/+2
|
* bzip2, gzip, python, sysbench: Quote command argument to _parse_help().Ville Skyttä2011-04-271-1/+1
|
* Drop no longer needed _compopt_o_filenames().Ville Skyttä2011-04-211-1/+1
| | | | Use compopt -o filenames directly instead.
* Use _init_completion() in completions/b*.Ville Skyttä2011-04-201-7/+4
|
* Parse help only when needed.Ville Skyttä2011-04-161-2/+2
|
* Abort completion file loading earlier if required commands are not available.Ville Skyttä2011-04-051-1/+2
| | | | | Cuts ~10% from bash completion load time on two different systems I just tested.
* Remove most "-o filenames" options to "complete".Ville Skyttä2010-11-011-1/+2
| | | | | | | Turn it on dynamically when needed instead; see doc/styleguide.txt for a longer explanation. This fixes many non-filename completions which had been previously more or less broken due to unwanted escape-as-filenames behavior.
* Fixes to completions for filenames containing tabs (RedHat: #629518).Ville Skyttä2010-10-041-1/+1
|
* rename 'contrib' directory to 'completions'Guillaume Rousse2010-09-121-0/+50