about summary refs log tree commit diff
path: root/Doc/Zsh/params.yo
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2004-11-16 19:05:50 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2004-11-16 19:05:50 +0000
commitba32e5229264d45029e27d40d8c3bf3b5fdeec51 (patch)
tree5538360837002bcb76b2bf8d33104872bb685c2d /Doc/Zsh/params.yo
parentfece5e8960b0d6200c1a84690bc242c945fdfb1e (diff)
downloadzsh-ba32e5229264d45029e27d40d8c3bf3b5fdeec51.tar.gz
zsh-ba32e5229264d45029e27d40d8c3bf3b5fdeec51.tar.xz
zsh-ba32e5229264d45029e27d40d8c3bf3b5fdeec51.zip
users/8219: add $HISTCMD
Diffstat (limited to 'Doc/Zsh/params.yo')
-rw-r--r--Doc/Zsh/params.yo6
1 files changed, 6 insertions, 0 deletions
diff --git a/Doc/Zsh/params.yo b/Doc/Zsh/params.yo
index d9ab5c1f3..be178c042 100644
--- a/Doc/Zsh/params.yo
+++ b/Doc/Zsh/params.yo
@@ -535,6 +535,12 @@ parameter.  Also (assuming sufficient privileges), you may start a single
 command under a different
 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.
+)
 vindex(HOST)
 item(tt(HOST))(
 The current hostname.