From 66f32a80dced4f03345b951573789821ecc8164e Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Sat, 2 Oct 2010 21:03:03 +0000 Subject: 28308/28310: HIST_LEX_WORDS, check for quick history read --- Doc/Zsh/options.yo | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'Doc') 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) -- cgit 1.4.1