about summary refs log tree commit diff
path: root/Doc/Zsh/builtins.yo
diff options
context:
space:
mode:
authorBarton E. Schaefer <schaefer@zsh.org>2014-02-17 09:57:05 -0800
committerBarton E. Schaefer <schaefer@zsh.org>2014-02-17 09:57:05 -0800
commit76ab661df3015f5adc10ff58ba5ea773901753bf (patch)
tree909e6f4b1d104a284819dbefeb73a2665390e397 /Doc/Zsh/builtins.yo
parent956d35ef12a061ec41396b1e0469bd166f6ef007 (diff)
downloadzsh-76ab661df3015f5adc10ff58ba5ea773901753bf.tar.gz
zsh-76ab661df3015f5adc10ff58ba5ea773901753bf.tar.xz
zsh-76ab661df3015f5adc10ff58ba5ea773901753bf.zip
unposted: document interactions of "fc -R" etc. with "fc -l" and $HISTCMD
Diffstat (limited to 'Doc/Zsh/builtins.yo')
-rw-r--r--Doc/Zsh/builtins.yo3
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/Zsh/builtins.yo b/Doc/Zsh/builtins.yo
index 3c2d5e504..9905ab5ca 100644
--- a/Doc/Zsh/builtins.yo
+++ b/Doc/Zsh/builtins.yo
@@ -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.