mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-29 05:21:00 +01:00
Frank Terbeck: 26125: add "command" style to VCS_INFO
This commit is contained in:
parent
37a4dce4bc
commit
b4a2d51e57
22 changed files with 86 additions and 26 deletions
|
|
@ -6,6 +6,6 @@ setopt localoptions NO_shwordsplit
|
|||
|
||||
[[ $1 == '--flavours' ]] && return 1
|
||||
|
||||
VCS_INFO_check_com svn || return 1
|
||||
VCS_INFO_check_com ${vcs_comm[cmd]} || return 1
|
||||
[[ -d "./CVS" ]] && [[ -r "./CVS/Repository" ]] && return 0
|
||||
return 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue