Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
imported by the upstream project
|
|
|
|
|
|
|
|
emulating /dev/fd
|
|
|
|
|
|
|
|
|
|
|
|
and zrand_int() math functions
|
|
`--recursive` and `--recurse-submodules` are aliased according to https://github.com/git/git/blob/99c33bed562b41de6ce9bd3fd561303d39645048/builtin/clone.c#L105
|
|
|
|
|
|
|
|
the example in expn.yo was mdified by commit bb441f77a7 and does not
use _wanted any more
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
roff2ps is removed in groff-1.23.0 (Jul. 2023). The "doubled output"
problem was fixed in groff-1.22.3 (Nov. 2014).
|
|
|
|
This reverts commit 88f47569030b12345aee3bd857e424351ee61726.
|
|
|
|
|
|
|
|
_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
|
|
|
|
|
|
|