diff --git a/vim-update.sh b/vim-update.sh
index 0c63a77..83ac169 100755
--- a/vim-update.sh
+++ b/vim-update.sh
@@ -5,8 +5,8 @@ branches=( "rawhide" "f37" "f36" "f35" )
 releases=( "fc38" "fc37" "fc36" "fc35" )
 # the first bodhi enabled release is the last without \| - all
 # others need to have \|
-regexps=( "fc38" "fc37" "fc36" "\|fc35" )
-bodhi_enabled=( "0" "0" "1" "1" )
+regexps=( "fc38" "fc37" "\|fc36" "\|fc35" )
+bodhi_enabled=( "0" "1" "1" "1" )
 needs_update=()
 #releases_regexp=fc28\\\|fc27\\\|fc28