| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
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
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|