mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
Merge pull request #9073 from blueyed/vim-patch-ff
vim-patch.sh: use --ff with git-pull
This commit is contained in:
commit
e2647366c9
@ -93,7 +93,7 @@ get_vim_sources() {
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
echo "Updating Vim sources: ${VIM_SOURCE_DIR}"
|
echo "Updating Vim sources: ${VIM_SOURCE_DIR}"
|
||||||
git pull &&
|
git pull --ff &&
|
||||||
msg_ok "Updated Vim sources." ||
|
msg_ok "Updated Vim sources." ||
|
||||||
msg_err "Could not update Vim sources; ignoring error."
|
msg_err "Could not update Vim sources; ignoring error."
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user