mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-01-19 11:31:26 +01:00
Frank Terbeck: 26612: VCS INFO documentation fix
This commit is contained in:
parent
5375b71009
commit
bf0ef69f42
2 changed files with 8 additions and 3 deletions
|
@ -1,3 +1,8 @@
|
|||
2009-02-26 Peter Stephenson <pws@csr.com>
|
||||
|
||||
* Frank Terbeck: 26612: Doc/Zsh/contrib.yo: VCS info documentation
|
||||
fix
|
||||
|
||||
2009-02-25 Peter Stephenson <p.w.stephenson@ntlworld.com>
|
||||
|
||||
* 26606: Completion/Unix/Type/_path_files: fix doubled -s
|
||||
|
@ -11242,5 +11247,5 @@
|
|||
|
||||
*****************************************************
|
||||
* This is used by the shell to define $ZSH_PATCHLEVEL
|
||||
* $Revision: 1.4580 $
|
||||
* $Revision: 1.4581 $
|
||||
*****************************************************
|
||||
|
|
|
@ -508,8 +508,8 @@ tt(enable) contains tt(ALL).
|
|||
)
|
||||
kindex(disable-patterns)
|
||||
item(tt(disable-patterns))(
|
||||
A list of patterns that are checked against tt($PWD). If the pattern
|
||||
matches, var(vcs_info) will is disabled. This style is checked in the
|
||||
A list of patterns that are checked against tt($PWD). If a pattern
|
||||
matches, var(vcs_info) will be disabled. This style is checked in the
|
||||
var(:vcs_info:-init-:*:-all-) context.
|
||||
|
||||
Say, tt(~/.zsh) is a directory under version control, in which you do
|
||||
|
|
Loading…
Reference in a new issue