Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
_description does not accept -o numeric, which resulted in
_description:zformat:89: invalid argument: expl
The array is already sorted correctly in the completer so I don't see
any need to have the completion sort it again anyway.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
IRB now has `--regexp-completor` and `--type-completor` options added by:
https://github.com/ruby/irb/commit/1dec2708c92559487e51c5f3a3030b74a62270e5
|
|
|
|
|
|
For example, a file called _foo;bar will cause this to happen:
% hello [press tab]zsh: command not found: _foo
zsh: command not found: bar
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
output.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
and WATCHFMT
|
|
|
|
|
|
|
|
|
|
Othewise unset of a reference to a global wipes out all parameters of
the same name.
|
|
|
|
right-parenthesis in "kill -L" output
|
|
|
|
Also add new -L option to kill for a more verbose listing of signals
|