Age | Commit message (Collapse) | Author | Files | Lines |
|
replacement for transpose-words
|
|
as whitespace
|
|
|
|
|
|
matching no known line-device name pattern.
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
detection of noatime filesystem
|
|
|
|
test bindings
|
|
This updates the 5.2 entry, note that 5.2 has been released already.
|
|
Before this change, zle_highlight=(paste:none) worked,
but zle_highlight=(none) didn't.
|
|
The parameter *is* being declared with the redefinition of the
function, but not in its initial form, which gets you a warning
about the parameter being defined globally. This fixes it.
|
|
|
|
|
|
|
|
|
|
special builtins
|
|
With setopt no_unset in my config file, vcs_info fails with:
VCS_INFO_maxexports:7: vcs: parameter not set
|
|
not in the form of zsh version numbers; additional explanatory comment
|
|
|
|
|
|
|
|
sequences in $zle_bracketed_paste.
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|