Ville Skyttä
e3edf7ac42
gcc, lintian, make, pkgadd, slackpkg: grep -> "command grep" (Debian: #734095 )
2014-01-06 17:45:48 +02:00
Ville Skyttä
93ee00947a
lintian: Replace some grep+cuts with awk
2014-01-06 17:42:27 +02:00
Ville Skyttä
497c20902a
Use == instead of =.
2013-04-08 23:04:11 +03:00
Ville Skyttä
6185297fc9
*: Line continuation, whitespace, and compgen -W ... -- "$cur" quoting cleanups.
2013-02-17 23:49:30 +02:00
Ville Skyttä
dc545f22f2
lintian: Use <<< instead of echo and a pipe (Alioth: #312163 ).
2011-11-26 16:08:29 +02:00
Ville Skyttä
6c0337926c
lintian: Remove spurious echo.
2011-11-26 15:51:12 +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
David Paleino
5c13db5094
Remove --unpack-level from lintian options (Debian: #623680 )
2011-04-22 09:54:05 +02:00
Ville Skyttä
69ecdc49d5
Use _init_completion() in completions/l*.
2011-04-20 22:22:51 +03:00
Ville Skyttä
ee43b22f9b
Use += to append to arrays and strings.
...
It's easier on the eye and faster than foo=( "${foo[@]}" ... ).
2011-04-06 20:39:21 +03:00
Ville Skyttä
4e4e300ef1
Add code style settings block.
2011-04-05 22:43:29 +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ä
94c51fc36e
Coding style consistency tweaks.
2011-04-04 23:48:22 +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
Guillaume Rousse
cb7fc2f7c4
rename 'contrib' directory to 'completions'
2010-09-12 16:42:21 +02:00