Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Clarify zshaddhistory doc?
- X-seq: zsh-workers 26578
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Clarify zshaddhistory doc?
- Date: Wed, 18 Feb 2009 08:57:20 -0800
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
Under the entry for zshaddhistory:
If any of the hook functions return a non-zero value the history
line will not be saved, although it lingers in the history until
the next line is executed allow you to reuse or edit it
immediately.
What exactly does this mean? There's no $zshaddhistory_functions array
so "any of the hook functions" is either a typo, or must refer to the
$preexec_functions hooks, which ought to be clearer.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author