Skip to content

Commit 678d951

Browse files
authored
[FIX] build: Use new URL for vim spell/es.utf-8.spl file (#222)
1 parent f9e9da2 commit 678d951

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/travis2docker/templates/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ configure_vim(){
224224
# Get vim version
225225
VIM_VERSION=$(dpkg -s vim | grep Version | sed -n 's/.*\([0-9]\+\.[0-9]\+\)\..*/\1/p' | sed -r 's/\.//g')
226226

227-
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
227+
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
228228
wget -O - https://raw.githubusercontent.com/spf13/spf13-vim/3.0/bootstrap.sh | sh
229229
git_clone_copy "https://github.com/vauxoo/vim-openerp.git" "master" "vim/" "${HOME}/.vim/bundle/vim-openerp"
230230
git_clone_copy "https://github.com/davidhalter/jedi-vim.git" "master" "." "${HOME}/.vim/bundle/jedi-vim"

0 commit comments

Comments
 (0)