diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | Doc/Zsh/contrib.yo | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog index afef5deaf..76393cc2f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-09-22 Clint Adams <clint@zsh.org> + + * 25720: Doc/Zsh/contrib.yo: remove misleading vcs_info bit about + PROMPT_SUBST. + 2008-09-22 Peter Stephenson <pws@csr.com> * 25715: Frank Terbeck: Doc/Zsh/contrib.yo: vcs_info diff --git a/Doc/Zsh/contrib.yo b/Doc/Zsh/contrib.yo index 5f4a016d8..a3a74134e 100644 --- a/Doc/Zsh/contrib.yo +++ b/Doc/Zsh/contrib.yo @@ -347,9 +347,6 @@ To load var(vcs_info): example(autoload -Uz vcs_info) -If you plan to use the information from var(vcs_info) in your prompt (which -is its primary use), you need to enable the tt(PROMPT_SUBST) option. - It can be used in any existing prompt, because it does not require any tt($psvar) entries to be left available. |