mirror of
https://github.com/neovim/neovim.git
synced 2025-12-09 16:12:48 +00:00
Ignore update errors in vim-patch script.
This commit is contained in:
@@ -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//./-}"
|
||||
|
||||
Reference in New Issue
Block a user