mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-10 12:40:58 +02:00
29206: fix formatting
This commit is contained in:
parent
7fc9a4414d
commit
3b4fcfe797
2 changed files with 7 additions and 3 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2011-05-11 Mikael Magnusson <mikachu@gmail.com>
|
||||||
|
|
||||||
|
* 29206: Doc/Zsh/mod_complist.yo: fix formatting.
|
||||||
|
|
||||||
2011-05-11 Peter Stephenson <pws@csr.com>
|
2011-05-11 Peter Stephenson <pws@csr.com>
|
||||||
|
|
||||||
* 29217: Src/zsh.mdd: zshterm.h and zshcurses.h are now
|
* 29217: Src/zsh.mdd: zshterm.h and zshcurses.h are now
|
||||||
|
@ -14651,5 +14655,5 @@
|
||||||
|
|
||||||
*****************************************************
|
*****************************************************
|
||||||
* This is used by the shell to define $ZSH_PATCHLEVEL
|
* This is used by the shell to define $ZSH_PATCHLEVEL
|
||||||
* $Revision: 1.5290 $
|
* $Revision: 1.5291 $
|
||||||
*****************************************************
|
*****************************************************
|
||||||
|
|
|
@ -383,8 +383,8 @@ make the longest unambiguous string be inserted in the command line
|
||||||
and tt(undo) and tt(backward-delete-char) go back to the previous set
|
and tt(undo) and tt(backward-delete-char) go back to the previous set
|
||||||
of matches
|
of matches
|
||||||
)
|
)
|
||||||
item(tt(history-incremental-search-forward),
|
xitem(tt(history-incremental-search-forward))
|
||||||
tt(history-incremental-search-backward))(
|
item(tt(history-incremental-search-backward))(
|
||||||
this starts incremental searches in the list of completions displayed;
|
this starts incremental searches in the list of completions displayed;
|
||||||
in this mode, tt(accept-line) only leaves incremental search, going
|
in this mode, tt(accept-line) only leaves incremental search, going
|
||||||
back to the normal menu selection mode
|
back to the normal menu selection mode
|
||||||
|
|
Loading…
Reference in a new issue