summaryrefslogtreecommitdiffstats
path: root/editors/vim/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'editors/vim/DETAILS')
-rwxr-xr-xeditors/vim/DETAILS4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/vim/DETAILS b/editors/vim/DETAILS
index 2327fc238a..6d50327153 100755
--- a/editors/vim/DETAILS
+++ b/editors/vim/DETAILS
@@ -1,8 +1,8 @@
SPELL=vim
-if [[ "${VIM_CVS}" == "y" ]]
+if [[ "${VIM_BRANCH}" == "scm" ]]
then
- if [[ "${VIM_CVS_AUTOUPDATE}" == "y" ]]
+ if [[ "${VIM_AUTOUPDATE}" == "y" ]]
then VERSION=$(date +%Y%m%d) && FORCE_DOWNLOAD=on
else VERSION=cvs
fi