about summary refs log tree commit diff
path: root/NEWS
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2010-10-03 20:00:47 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2010-10-03 20:00:47 +0000
commitaf7d4869e6a04ad48550d5dcd8a7bdd6193f5d9b (patch)
tree77f7831354d240e99862701c44112bb8aca5620d /NEWS
parente598dbb096252072ecdeacca8061e448899e09c3 (diff)
downloadzsh-af7d4869e6a04ad48550d5dcd8a7bdd6193f5d9b.tar.gz
zsh-af7d4869e6a04ad48550d5dcd8a7bdd6193f5d9b.tar.xz
zsh-af7d4869e6a04ad48550d5dcd8a7bdd6193f5d9b.zip
unposted: note HIST_LEX_WORDS in NEWS
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 2e5365067..b5dd7bd70 100644
--- a/NEWS
+++ b/NEWS
@@ -53,6 +53,11 @@ The (D) flag in parameter expansion abbreviates directories in the
 substituted value.  The (q-) flag does minimal shell quotation of arguments
 for maximum human readability of the result.
 
+The new shell option HIST_LEX_WORDS causes history lines read in from
+a file to be split in the same way as normal shell lines, instead of
+simply on whitespace.  It's an option as although the result is more
+accurate it can take a long time when the history size is large.
+
 The new shell option SOURCE_TRACE causes the shell to report files
 containing shell code that the shell executes directly, i.e. startup files
 or files run with the `source' or `.' builtins.