From 38816eaf6d6cf62bb00060db434e95ef0460c6f4 Mon Sep 17 00:00:00 2001 From: "Moises Lopez - https://www.vauxoo.com/" Date: Thu, 12 Jun 2025 22:04:31 -0600 Subject: [PATCH] [FIX] build: Use new URL for vim spell/es.utf-8.spl file --- src/travis2docker/templates/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/travis2docker/templates/build.sh b/src/travis2docker/templates/build.sh index 89ab771..8e29aa1 100644 --- a/src/travis2docker/templates/build.sh +++ b/src/travis2docker/templates/build.sh @@ -224,7 +224,7 @@ configure_vim(){ # Get vim version VIM_VERSION=$(dpkg -s vim | grep Version | sed -n 's/.*\([0-9]\+\.[0-9]\+\)\..*/\1/p' | sed -r 's/\.//g') - wget -q -O /usr/share/vim/vim${VIM_VERSION}/spell/es.utf-8.spl http://ftp.vim.org/pub/vim/runtime/spell/es.utf-8.spl + wget -q -O /usr/share/vim/vim${VIM_VERSION}/spell/es.utf-8.spl https://ftp.nluug.nl/pub/vim/runtime/spell/es.utf-8.spl wget -O - https://raw.githubusercontent.com/spf13/spf13-vim/3.0/bootstrap.sh | sh git_clone_copy "https://github.com/vauxoo/vim-openerp.git" "master" "vim/" "${HOME}/.vim/bundle/vim-openerp" git_clone_copy "https://github.com/davidhalter/jedi-vim.git" "master" "." "${HOME}/.vim/bundle/jedi-vim"