diff options
author | Clint Adams <clint@users.sourceforge.net> | 2008-09-22 17:22:47 +0000 |
---|---|---|
committer | Clint Adams <clint@users.sourceforge.net> | 2008-09-22 17:22:47 +0000 |
commit | dd5d608c11d4fd896d93749cebe13746548d8d2e (patch) | |
tree | 4366d90e773eb06c7cf7ae96edecd2c8acf1ff64 /Doc/Zsh/contrib.yo | |
parent | bf3726b75768c9d83467259f8c02c775755b1f12 (diff) | |
download | zsh-dd5d608c11d4fd896d93749cebe13746548d8d2e.tar.gz zsh-dd5d608c11d4fd896d93749cebe13746548d8d2e.tar.xz zsh-dd5d608c11d4fd896d93749cebe13746548d8d2e.zip |
25720: remove misleading vcs_info bit about PROMPT_SUBST.
Diffstat (limited to 'Doc/Zsh/contrib.yo')
-rw-r--r-- | Doc/Zsh/contrib.yo | 3 |
1 files changed, 0 insertions, 3 deletions
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. |