mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-08 12:01:21 +02:00
users/13262: Frank Terbeck: another formatting fix
This commit is contained in:
parent
23f2b4503c
commit
47bbde0056
2 changed files with 8 additions and 2 deletions
|
@ -1,5 +1,8 @@
|
||||||
2008-09-19 Peter Stephenson <pws@csr.com>
|
2008-09-19 Peter Stephenson <pws@csr.com>
|
||||||
|
|
||||||
|
* users/13262: Frank Terbeck: Doc/Zsh/contrib.yo: another
|
||||||
|
formatting fix.
|
||||||
|
|
||||||
* users/13252 and others: Frank Terbeck (plus doc tweaks):
|
* users/13252 and others: Frank Terbeck (plus doc tweaks):
|
||||||
Functions/VCS_Info/**/*, Doc/Zsh/contrib.yo, Src/zsh.mdd:
|
Functions/VCS_Info/**/*, Doc/Zsh/contrib.yo, Src/zsh.mdd:
|
||||||
add VCS_Info function system.
|
add VCS_Info function system.
|
||||||
|
|
|
@ -497,8 +497,11 @@ var(-init-) context. If this list contains an item called tt(NONE) no
|
||||||
backend is used at all and var(vcs_info) will do nothing. If this list
|
backend is used at all and var(vcs_info) will do nothing. If this list
|
||||||
contains tt(ALL) var(vcs_info) will use all backends known to it. Only with
|
contains tt(ALL) var(vcs_info) will use all backends known to it. Only with
|
||||||
tt(ALL) in tt(enable), the tt(disable) style has any effect. tt(ALL) and
|
tt(ALL) in tt(enable), the tt(disable) style has any effect. tt(ALL) and
|
||||||
tt(NONE) are actually tested case insensitively.)
|
tt(NONE) are actually tested case insensitively.
|
||||||
sitem(tt(disable))(A list of VCSs, you don't want var(vcs_info) to test for
|
)
|
||||||
|
kindex(disable)
|
||||||
|
item(tt(disable))(
|
||||||
|
A list of VCSs, you don't want var(vcs_info) to test for
|
||||||
repositories (checked in the var(-init-) context, too). Only used if
|
repositories (checked in the var(-init-) context, too). Only used if
|
||||||
tt(enable) contains tt(ALL).
|
tt(enable) contains tt(ALL).
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue