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.
|
|
These are defined in a .zle.hlgroups associative array and referenced
using %H in prompt strings or hl= in zle_highlight/region_highlight.
|
|
|
|
At least *zle_main* uses const strings to initialize its
structure *zlehooks*.
|
|
|
|
Because these variables are initialized with as constant string, they should
be marked as *const* to make the compiler running with `-Wwrite-strings`
more happy.
|
|
Because these variables are initialized with as constant string, they should
be marked as *const* to make the compiler running with `-Wwrite-strings`
more happy.
|
|
match
|
|
Operator returns error when operand returns error
|
|
|
|
|
|
|
|
|