diff options
author | Frank Terbeck <bewater@users.sourceforge.net> | 2011-03-30 21:24:42 +0000 |
---|---|---|
committer | Frank Terbeck <bewater@users.sourceforge.net> | 2011-03-30 21:24:42 +0000 |
commit | eb46727d3a03f2282e811664eee68c7e581c3277 (patch) | |
tree | cff95cb958d10b22caad53d5f7c762a8d8578a61 /Doc/Zsh | |
parent | 7c50fa1262bd106a923f8b7be85d8f23afc4ecc7 (diff) | |
download | zsh-eb46727d3a03f2282e811664eee68c7e581c3277.tar.gz zsh-eb46727d3a03f2282e811664eee68c7e581c3277.tar.xz zsh-eb46727d3a03f2282e811664eee68c7e581c3277.zip |
28959: Make the nvcsformats style be used if vcs_info is disabled.
Diffstat (limited to 'Doc/Zsh')
-rw-r--r-- | Doc/Zsh/contrib.yo | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Doc/Zsh/contrib.yo b/Doc/Zsh/contrib.yo index bc4a814a5..476e7ca31 100644 --- a/Doc/Zsh/contrib.yo +++ b/Doc/Zsh/contrib.yo @@ -756,11 +756,11 @@ revision number. This style lets you modify how that string should look. ) kindex(nvcsformats) item(tt(nvcsformats))( -These "formats" are exported when we didn't detect -a version control system for the current directory. This is useful if you -want var(vcs_info) to completely take over the generation of your prompt. -You would do something like tt(PS1='${vcs_info_msg_0_}') to accomplish -that. +These "formats" are exported when we didn't detect a version control system +for the current directory or var(vcs_info) was disabled. This is useful if +you want var(vcs_info) to completely take over the generation of your +prompt. You would do something like tt(PS1='${vcs_info_msg_0_}') to +accomplish that. ) kindex(hgrevformat) item(tt(hgrevformat))( |