VCS_INFO_svn_detect() { #{{{ VCS_INFO_check_com svn || return 1 [[ -d ".svn" ]] && return 0 return 1 }