diff options
Diffstat (limited to 'Doc/Zsh/zle.yo')
-rw-r--r-- | Doc/Zsh/zle.yo | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Doc/Zsh/zle.yo b/Doc/Zsh/zle.yo index 9b5744c2c..27b149d0b 100644 --- a/Doc/Zsh/zle.yo +++ b/Doc/Zsh/zle.yo @@ -185,6 +185,12 @@ vindex(HISTNO) item(tt(HISTNO) (integer))( The current history number. ) +vindex(PENDING) +item(tt(PENDING) (integer))( +The number of bytes pending for input. On systems where the shell is +not able to get this information, this parameter will always have a +value of zero. +) enditem() sect(Standard Widgets) cindex(widgets, standard) |