about summary refs log tree commit diff
path: root/Functions/VCS_Info/Backends/VCS_INFO_get_data_cdv
blob: be8b4d837ca866ced670f967d1358e001f2ae7ae (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
## vim:ft=zsh
## codeville support by: Frank Terbeck <ft@bewatermyfriend.org>
## Distributed under the same BSD-ish license as zsh itself.

setopt localoptions NO_shwordsplit
local cdvbase

cdvbase=${vcs_comm[basedir]}
rrn=${cdvbase:t}
VCS_INFO_formats '' "${cdvbase:t}" "${cdvbase}"
return 0