Ville Skyttä
3b7f785cb5
lrzip: -T no longer takes an argument since version 0.570.
2011-12-04 12:48:16 +02:00
Ville Skyttä
22dff29dc4
_npus: Split out of lrzip for general use.
2011-11-09 18:35:13 +02:00
Ville Skyttä
0d10b94e7a
Move Emacs indentation settings from every file to .dir-locals.el.
2011-11-01 22:14:45 +02:00
Ville Skyttä
20c05b43b6
Load completions in separate files dynamically, get rid of have().
2011-10-12 00:19:50 +03:00
Ville Skyttä
8535fdc9bf
lrzip: Add -? and -p argument (non-)completions.
2011-09-21 20:29:41 +03:00
Ville Skyttä
0a3029ac49
lrzip, lzop, xz: Complete option arguments before options.
2011-06-08 21:57:54 +03:00
Ville Skyttä
e2c57c5966
Convert many completions to use _parse_help() instead of hardcoded option lists.
2011-04-28 21:21:31 +03:00
Ville Skyttä
f48d6fb10d
Use {x..y} brace expansion instead of `seq', loops, or long literal sequences.
2011-04-26 00:15:03 +03:00
Ville Skyttä
9f45e81e65
Drop no longer needed _compopt_o_filenames().
...
Use compopt -o filenames directly instead.
2011-04-21 12:33:05 +03:00
Ville Skyttä
69ecdc49d5
Use _init_completion() in completions/l*.
2011-04-20 22:22:51 +03:00
Ville Skyttä
9af6f3504e
Abort completion file loading earlier if required commands are not available.
...
Cuts ~10% from bash completion load time on two different systems I
just tested.
2011-04-05 00:37:55 +03:00
Ville Skyttä
0f450219b6
Remove most "-o filenames" options to "complete".
...
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.
2010-11-01 19:29:45 +02:00
Ville Skyttä
3d8efed618
Fixes to completions for filenames containing tabs (RedHat: #629518 ).
2010-10-04 20:49:17 +03:00
Guillaume Rousse
cb7fc2f7c4
rename 'contrib' directory to 'completions'
2010-09-12 16:42:21 +02:00