Files
zsh/Functions/VCS_Info/Backends/VCS_INFO_get_data_cdv
2009-04-06 19:19:08 +00:00

12 lines
305 B
Bash

## 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