mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-06 23:31:28 +02:00
30427: fix syntax error from previous commit
This commit is contained in:
parent
e440ba875d
commit
8a5928841a
2 changed files with 4 additions and 2 deletions
|
@ -3,6 +3,9 @@
|
||||||
* 30412: Doc/Zsh/zle.yo: Document the set-local-history
|
* 30412: Doc/Zsh/zle.yo: Document the set-local-history
|
||||||
widget in the list of widgets.
|
widget in the list of widgets.
|
||||||
|
|
||||||
|
* Vin Shelton: 30427: Doc/Zsh/zle.yo: Remove erroneous enditem
|
||||||
|
from previous commit.
|
||||||
|
|
||||||
2012-04-16 Peter Stephenson <pws@csr.com>
|
2012-04-16 Peter Stephenson <pws@csr.com>
|
||||||
|
|
||||||
* Michael Prokop: 30414: Completion/Linux/Command/_mdadm: more
|
* Michael Prokop: 30414: Completion/Linux/Command/_mdadm: more
|
||||||
|
@ -16216,5 +16219,5 @@
|
||||||
|
|
||||||
*****************************************************
|
*****************************************************
|
||||||
* This is used by the shell to define $ZSH_PATCHLEVEL
|
* This is used by the shell to define $ZSH_PATCHLEVEL
|
||||||
* $Revision: 1.5634 $
|
* $Revision: 1.5635 $
|
||||||
*****************************************************
|
*****************************************************
|
||||||
|
|
|
@ -1470,7 +1470,6 @@ Search forward in the history for a line beginning with the current
|
||||||
line up to the cursor.
|
line up to the cursor.
|
||||||
This leaves the cursor in its original position.
|
This leaves the cursor in its original position.
|
||||||
)
|
)
|
||||||
enditem()
|
|
||||||
tindex(set-local-history)
|
tindex(set-local-history)
|
||||||
item(tt(set-local-history))(
|
item(tt(set-local-history))(
|
||||||
By default, history movement commands visit the imported lines as well as
|
By default, history movement commands visit the imported lines as well as
|
||||||
|
|
Loading…
Reference in a new issue