Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
the outer scope from unset to set
Bug remains that the attempt does not generate a warning
|
|
|
|
|
|
|
|
|
|
|
|
|
|
In some locales the output from this can validly be empty, so
we need to treat them specially.
|
|
|
|
|
|
|
|
ZTST_skip
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Thus defer parsing aliases in $(...) et al. into the subshell
|
|
|
|
|
|
|
|
|
|
Reported on IRC:
% autoload zed; zed -f -- "-zgen-prezto-load"
zed:83: bad option: -g
-zgen-prezto-load() {
}
|
|
allow -p, -P and -f's argument to be completed in the same word.
Complete -P's argument using /etc/protocols again, while allowing a
comma delimited list of protocols.
|
|
|
|
|
|
|
|
As done for _git-cherry-pick in a428c6b62cb2 (36328 + 36340).
|
|
|
|
|
|
|
|
Make a top level (P) work with nested ones, i.e. ${(P)${(P)...}...}
|
|
Safety in array test.
Make nested references work.
Add parameter tests.
|
|
|
|
|
|
|
|
|
|
Conflicts:
ChangeLog
|
|
|
|
|
|
|
|
|
|
BUILTIN() macro
|
|
|