Aaron Schrab
4804e08469
Merge 7b12d0beaa into fccb9239f5
2012-08-22 18:43:42 -07:00
Aaron Schrab
7b12d0beaa
Ack first argument is file if --match used
...
Complete all non-option arguments as file names if the --match argument
is present.
2012-08-22 21:34:19 -04:00
Aaron Schrab
adf4e09e0a
Ack _arguments call should use -s and -S
...
Several single-character options may be specified in a single argument,
so -s should be used.
"--" specifies that there are no further options, so -S should be used.
2012-08-22 21:33:36 -04:00
Aaron Schrab
3a74489124
Fix binding options to their arguments for ack
...
Add trailing +, -, and = as appropriate in call to _arguments to specify
how arguments to options are handled.
2012-08-22 21:32:35 -04:00