From 0882ca50d805e23dad955ab6a204ee021af6d7d8 Mon Sep 17 00:00:00 2001 From: James McCoy Date: Mon, 27 Feb 2017 09:29:46 -0500 Subject: vim-patch.sh: Bump base Vim version to 7.4.1980 All patches up through 7.4.1974 have been merged and 7.4.1975-1979 are pending in a PR. [ci skip] --- scripts/vim-patch.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/vim-patch.sh') diff --git a/scripts/vim-patch.sh b/scripts/vim-patch.sh index 75915372a3..bf4b7d9080 100755 --- a/scripts/vim-patch.sh +++ b/scripts/vim-patch.sh @@ -305,9 +305,9 @@ list_vim_patches() { printf "\nVim patches missing from Neovim:\n" - # Get commits since 7.4.602. + # Get missing Vim commits local vim_commits - vim_commits="$(cd "${VIM_SOURCE_DIR}" && git log --reverse --format='%H' v7.4.602..HEAD)" + vim_commits="$(cd "${VIM_SOURCE_DIR}" && git log --reverse --format='%H' v7.4.1979..HEAD)" local vim_commit for vim_commit in ${vim_commits}; do -- cgit