File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/travis2docker/templates Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments