diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2010-10-02 21:03:03 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2010-10-02 21:03:03 +0000 |
commit | 66f32a80dced4f03345b951573789821ecc8164e (patch) | |
tree | 6626d6793f69e502104a5fd691ca2e9b8d1fb189 /Doc/Zsh | |
parent | 377f2bb8124d441e6927856c51e61c40516ae09e (diff) | |
download | zsh-66f32a80dced4f03345b951573789821ecc8164e.tar.gz zsh-66f32a80dced4f03345b951573789821ecc8164e.tar.xz zsh-66f32a80dced4f03345b951573789821ecc8164e.zip |
28308/28310: HIST_LEX_WORDS, check for quick history read
Diffstat (limited to 'Doc/Zsh')
-rw-r--r-- | Doc/Zsh/options.yo | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Doc/Zsh/options.yo b/Doc/Zsh/options.yo index 342df4680..d334f5829 100644 --- a/Doc/Zsh/options.yo +++ b/Doc/Zsh/options.yo @@ -836,6 +836,21 @@ command is entered before it vanishes, allowing you to briefly reuse or edit the line. If you want to make it vanish right away without entering another command, type a space and press return. ) +pindex(HIST_LEX_WORDS) +pindex(NO_HIST_LEX_WORDS) +pindex(HISTLEXWORDS) +pindex(NOHISTLEXWORDS) +item(tt(HIST_LEX_WORDS))( +By default, shell history that is read in from files is split into +words on all white space. This means that arguments with quoted +whitespace are not correctly handled, with the consequence that +references to words in history lines that have been read from a file +may be inaccurate. When this option is set, words read in from a +history file are divided up in a similar fashion to normal shell +command line handling. Although this produces more accurately delimited +words, if the size of the history file is large this can be slow. Trial +and error is necessary to decide. +) pindex(HIST_NO_FUNCTIONS) pindex(NO_HIST_NO_FUNCTIONS) pindex(HISTNOFUNCTIONS) |