mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-11 13:01:28 +02:00
29757: Doc/Zsh/compsys.yo: Remove superfluous brace.
This commit is contained in:
parent
d88c4241f9
commit
b2da9b3afc
2 changed files with 4 additions and 2 deletions
|
@ -2,6 +2,8 @@
|
||||||
|
|
||||||
* 29756: Doc/Zsh/params.yo: DIRSTACKSIZE is unlimited by default.
|
* 29756: Doc/Zsh/params.yo: DIRSTACKSIZE is unlimited by default.
|
||||||
|
|
||||||
|
* 29757: Doc/Zsh/compsys.yo: Remove superfluous brace.
|
||||||
|
|
||||||
2011-09-07 Mikael Magnusson <mikachu@gmail.com>
|
2011-09-07 Mikael Magnusson <mikachu@gmail.com>
|
||||||
|
|
||||||
* 29755: Completion/Unix/Command/_ssh: add -O stop to to _ssh.
|
* 29755: Completion/Unix/Command/_ssh: add -O stop to to _ssh.
|
||||||
|
@ -15391,5 +15393,5 @@
|
||||||
|
|
||||||
*****************************************************
|
*****************************************************
|
||||||
* This is used by the shell to define $ZSH_PATCHLEVEL
|
* This is used by the shell to define $ZSH_PATCHLEVEL
|
||||||
* $Revision: 1.5461 $
|
* $Revision: 1.5462 $
|
||||||
*****************************************************
|
*****************************************************
|
||||||
|
|
|
@ -1085,7 +1085,7 @@ Some of these styles are tested first for every possible tag
|
||||||
corresponding to a type of match, and if no style was found, for the
|
corresponding to a type of match, and if no style was found, for the
|
||||||
tt(default) tag. The most notable styles of this type are tt(menu),
|
tt(default) tag. The most notable styles of this type are tt(menu),
|
||||||
tt(list-colors) and styles controlling completion listing such as
|
tt(list-colors) and styles controlling completion listing such as
|
||||||
tt(list-packed) and tt(last-prompt)). When tested for the tt(default)
|
tt(list-packed) and tt(last-prompt). When tested for the tt(default)
|
||||||
tag, only the var(function) field of the context will be set so that
|
tag, only the var(function) field of the context will be set so that
|
||||||
a style using the default tag will normally be defined along the lines of:
|
a style using the default tag will normally be defined along the lines of:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue