1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-09-28 23:11:20 +02:00

unposted: document interactions of "fc -R" etc. with "fc -l" and $HISTCMD

This commit is contained in:
Barton E. Schaefer 2014-02-17 09:57:05 -08:00
parent 956d35ef12
commit 76ab661df3
3 changed files with 12 additions and 3 deletions

@ -1,3 +1,8 @@
2014-02-17 Barton E. Schaefer <schaefer@zsh.org>
* unposted (users/18468): Doc/Zsh/builtins.yo, Doc/Zsh/params.yo:
document interactions of "fc -R" etc. with "fc -l" and $HISTCMD
2014-02-15 Barton E. Schaefer <schaefer@zsh.org>
* 32389 (with Jun Takimoto): Test/X02zlevi.ztst, Test/comptest:

@ -683,6 +683,9 @@ If var(first) is not specified, it will be set to -1 (the most recent
event), or to -16 if the tt(-l) flag is given.
If var(last) is not specified, it will be set to var(first),
or to -1 if the tt(-l) flag is given.
However, if the current event has added entries to the history with
`tt(print -s)' or `tt(fc -R)', then the default var(last) for tt(-l)
includes all new history entries since the current event began.
The flag tt(-r) reverses the order of the commands and the
flag tt(-n) suppresses command numbers when listing.

@ -599,9 +599,10 @@ group ID by `tt(LPAR()GID=)var(gid)tt(; command+RPAR())'
)
vindex(HISTCMD)
item(tt(HISTCMD))(
The current history line number in an interactive shell, in other
words the line number for the command that caused tt($HISTCMD)
to be read.
The current history event number in an interactive shell, in other
words the event number for the command that caused tt($HISTCMD)
to be read. If the current history event modifies the history,
tt(HISTCMD) changes to the new maximum history event number.
)
vindex(HOST)
item(tt(HOST))(