lib/vim-flavor/flavor.rb in vim-flavor-4.0.2 vs lib/vim-flavor/flavor.rb in vim-flavor-4.0.3

- old
+ new

@@ -94,13 +94,13 @@ { cd '#{cached_repo_path}' && git checkout -f '#{locked_version.to_revision}' && git checkout-index -a -f --prefix='#{deployment_path}/' && { - vim -u NONE -i NONE -n -N -e -s -c ' - silent! helptags #{deployment_path}/doc - qall! - ' || true + vim -u NONE -i NONE -n -N -e -s \ + -c 'silent! helptags #{deployment_path}/doc' \ + -c 'qall!' \ + || true } } 2>&1 ] true end