diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2008-09-19 13:50:04 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2008-09-19 13:50:04 +0000 |
commit | 47bbde0056f7db4642218d8af67dcdf7f7a1e624 (patch) | |
tree | 7f04214d5f2e59c68f9ee15e7afa21e09404a9b3 | |
parent | 23f2b4503c9d7697e382fed550d3bf846b81dd5c (diff) | |
download | zsh-47bbde0056f7db4642218d8af67dcdf7f7a1e624.tar.gz zsh-47bbde0056f7db4642218d8af67dcdf7f7a1e624.tar.xz zsh-47bbde0056f7db4642218d8af67dcdf7f7a1e624.zip |
users/13262: Frank Terbeck: another formatting fix
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | Doc/Zsh/contrib.yo | 7 |
2 files changed, 8 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog index 6b0b778b0..b14155153 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 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): Functions/VCS_Info/**/*, Doc/Zsh/contrib.yo, Src/zsh.mdd: add VCS_Info function system. diff --git a/Doc/Zsh/contrib.yo b/Doc/Zsh/contrib.yo index 00ebbe335..913584a17 100644 --- a/Doc/Zsh/contrib.yo +++ b/Doc/Zsh/contrib.yo @@ -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 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(NONE) are actually tested case insensitively.) -sitem(tt(disable))(A list of VCSs, you don't want var(vcs_info) to test for +tt(NONE) are actually tested case insensitively. +) +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 tt(enable) contains tt(ALL). ) |