Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
Update doc and tests to describe handling of global readonly specials and
to account for side-effects on zsh/param/private.
|
|
This duplicates ksh behavior and doesn't change useful functionality.
|
|
|
|
with paths starting with - or +
|
|
|
|
.zle.hlgroups
|
|
|
|
The previous code would accept any character after %H assuming it
was a {, which was probably also a buffer overrun sometimes.
|
|
typeset -A .zle.hlgroups; print -P %H
|
|
|
|
|
|
Also fixes a crash bug with {fd}>&N redirections and private parameters
|
|
|
|
This provide control over the precedence of highlighting where
different regions overlap.
|