mirror of
https://github.com/neovim/neovim.git
synced 2024-12-23 20:55:18 -07:00
Ignore update errors in vim-patch script.
This commit is contained in:
parent
c3de63bfbc
commit
b1d025a0c8
@ -29,7 +29,7 @@ if [[ ! -d ${VIM_SOURCE_DIR} ]]; then
|
||||
else
|
||||
echo "Updating Vim sources in '${VIM_SOURCE_DIR}'."
|
||||
cd ${VIM_SOURCE_DIR}
|
||||
hg pull --update
|
||||
hg pull --update || echo 'Could not update Vim sources.'
|
||||
fi
|
||||
|
||||
vim_tag="v${vim_version//./-}"
|
||||
|
Loading…
Reference in New Issue
Block a user