Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
keyboard interrupt
|
|
in zparseopts option specs
|
|
also look for the optional argument in the word after "-X".
|
|
|
|
|
|
their replacements
Restoring from the original external symbols fails for some dynamic link schemes (e.g. 64bit Cygwin).
|
|
This is better than scriptname which can be updated due to e.g.
intervening "eval".
|
|
This avoids an attempt to call zerr() or zerrnam() recusrively.
|
|
|
|
|
|
pattern grouping.
|
|
|
|
|
|
|
|
|
|
We don't need to propagate the interrupt further as the interrupt
causes the key to be empty, which will exit the widget. We
need to reset the condition as zrefresh() is now more sensitive
to errors since 36416 / 32f5d3d8.
|
|
|
|
|
|
|
|
|
|
Example: «zsh -fc 'zle -z'» now prepends "zle:" to the error message.
|
|
|
|
|
|
compiler warning
|
|
|
|
memory leak, miscellaneous cosmetics
|
|
temp file
|
|
|
|
|
|
|
|
evaluation of an (e:...:) glob qualifier.
|
|
|
|
|
|
|
|
|
|
|
|
Before this change, zle_highlight=(paste:none) worked,
but zle_highlight=(none) didn't.
|
|
|
|
special builtins
|
|
|
|
|
|
This makes it work even if the self-insert applies to a sequence longer
than an initial byte, including the case of a complete binding to a full
character sequence.
|
|
Also fix Meta bug on pattern match in zpty -r.
|