1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-09-22 03:40:47 +02:00

25715: Frank Terbeck: vcs_info now works immediately

This commit is contained in:
Peter Stephenson 2008-09-22 16:57:49 +00:00
parent 708999149b
commit bf3726b757
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
2008-09-22 Peter Stephenson <pws@csr.com>
* 25715: Frank Terbeck: Doc/Zsh/contrib.yo: vcs_info
now works straight away.
* 25710: Functions/VCS_Info/vcs_info,
Functions/VCS_Info/vcs_info_lastmsg,
Functions/VCS_Info/vcs_info_printsys,

View File

@ -345,7 +345,7 @@ endsitem()
To load var(vcs_info):
example(autoload -Uz vcs_info && 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.