mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 18:55:14 -07:00
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]
This commit is contained in:
parent
6041fd7a86
commit
0882ca50d8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user