mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-01-01 05:16:05 +01:00
unposted: refer to zle -Fw in NEWS
This commit is contained in:
parent
12251d65ff
commit
963a572032
2 changed files with 7 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
2013-11-08 Peter Stephenson <p.stephenson@samsung.com>
|
||||
|
||||
* unposted: NEWS: refer to zle -Fw.
|
||||
|
||||
* 31940: Doc/Zsh/contrib.yo, Functions/Misc/zcalc: add -e option
|
||||
to zcalc to use input from arguments to command.
|
||||
|
||||
|
|
5
NEWS
5
NEWS
|
@ -28,6 +28,11 @@ to be an ordinary character even if the option EXTENDED_GLOB is set, use
|
|||
The variable editing builtin vared can be given custom editing widgets
|
||||
for initialisation and finishing.
|
||||
|
||||
The line editor's capability for listening on file descriptors
|
||||
additional to the terminal has been enhanced so that the handler for
|
||||
such file descriptors can be a line editor widget. Previously the
|
||||
handler always behaved as a standard shell function.
|
||||
|
||||
Hooks for adding history (the function zshaddhistory and the
|
||||
array zshaddhistory_functions) can return status 2 to indicate that
|
||||
history is to be saved internally within the shell but not written.
|
||||
|
|
Loading…
Reference in a new issue