diff options
author | Bart Schaefer <barts@users.sourceforge.net> | 2013-02-13 16:01:01 +0000 |
---|---|---|
committer | Bart Schaefer <barts@users.sourceforge.net> | 2013-02-13 16:01:01 +0000 |
commit | dd3b0506f99e690f521d9bf449dea47a51502cb2 (patch) | |
tree | ad9498de3fcef1d88a4666f440b15925a65c8160 /Doc/Zsh/expn.yo | |
parent | b6544d1ef3312cc133da648d290d2ec2866c277d (diff) | |
download | zsh-dd3b0506f99e690f521d9bf449dea47a51502cb2.tar.gz zsh-dd3b0506f99e690f521d9bf449dea47a51502cb2.tar.xz zsh-dd3b0506f99e690f521d9bf449dea47a51502cb2.zip |
unposted: Insert a blank line before vindex() to properly format the
paragraph that follows it.
Diffstat (limited to 'Doc/Zsh/expn.yo')
-rw-r--r-- | Doc/Zsh/expn.yo | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/Zsh/expn.yo b/Doc/Zsh/expn.yo index 0f5494e2a..89d5c06ef 100644 --- a/Doc/Zsh/expn.yo +++ b/Doc/Zsh/expn.yo @@ -57,6 +57,7 @@ cindex(expansion, history) History expansion allows you to use words from previous command lines in the command line you are typing. This simplifies spelling corrections and the repetition of complicated commands or arguments. + vindex(HISTSIZE, use of) Immediately before execution, each command is saved in the history list, the size of which is controlled by the tt(HISTSIZE) parameter. The one |