1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-05-13 02:56:18 +02:00

unposted: note HIST_LEX_WORDS in NEWS

This commit is contained in:
Peter Stephenson 2010-10-03 20:00:47 +00:00
parent e598dbb096
commit af7d4869e6
2 changed files with 8 additions and 1 deletions

View File

@ -1,5 +1,7 @@
2010-10-02 Peter Stephenson <p.w.stephenson@ntlworld.com>
* unposted: NEWS: note HIST_LEX_WORDS option.
* 28310 with 28308 (Bart): Doc/Zsh/options.yo, Src/hist.c,
Src/options.c, Src/zsh.h: HIST_LEX_WORDS option and check
for full history file read.
@ -13693,5 +13695,5 @@
*****************************************************
* This is used by the shell to define $ZSH_PATCHLEVEL
* $Revision: 1.5092 $
* $Revision: 1.5093 $
*****************************************************

5
NEWS
View File

@ -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.