mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-03 10:21:46 +02:00
unposted: add missing parenthesis
This commit is contained in:
parent
13a45d74eb
commit
fbc51c9ea7
2 changed files with 4 additions and 2 deletions
|
@ -1,5 +1,7 @@
|
|||
2012-03-29 Peter Stephenson <p.w.stephenson@ntlworld.com>
|
||||
|
||||
* unposted: Doc/Zsh/zle.yo: add missing parenthesis.
|
||||
|
||||
* users/16932: Doc/Zsh/zle.yo, Functions/Zle/replace-string:
|
||||
Src/Zle/zle.h, Src/Zle/zle_params.c, Src/Zle/zle_utils.c:
|
||||
implement $UNDO_CHANGE_NO and argument to undo widget.
|
||||
|
@ -16131,5 +16133,5 @@
|
|||
|
||||
*****************************************************
|
||||
* This is used by the shell to define $ZSH_PATCHLEVEL
|
||||
* $Revision: 1.5616 $
|
||||
* $Revision: 1.5617 $
|
||||
*****************************************************
|
||||
|
|
|
@ -878,7 +878,7 @@ Note that the effect of tt(region_highlight) is not saved and disappears
|
|||
as soon as the line is accepted.
|
||||
)
|
||||
vindex(UNDO_CHANGE_NO)
|
||||
item(tt(UNDO_CHANGE_NO) (integer))
|
||||
item(tt(UNDO_CHANGE_NO) (integer))(
|
||||
A number representing the state of the undo history. The only use
|
||||
of this is passing as an argument to the tt(undo) widget in order to
|
||||
undo back to the recorded point. Read-only.
|
||||
|
|
Loading…
Reference in a new issue