diff options
author | James McCoy <jamessan@jamessan.com> | 2017-07-14 06:49:59 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-14 06:49:59 -0400 |
commit | da99ded25bf4972638b7c83c0ac165b7138d3aab (patch) | |
tree | 20a8956e5fe75c193dcaa96ed9be0ba96a2912cb /scripts/vim-patch.sh | |
parent | dabd9ef44bb30b403e5a13ab1b6534cef6d8d8d0 (diff) | |
parent | 08e4b6b4f377aa3cc9f9fd10c0049783dc1f4a94 (diff) | |
download | rneovim-da99ded25bf4972638b7c83c0ac165b7138d3aab.tar.gz rneovim-da99ded25bf4972638b7c83c0ac165b7138d3aab.tar.bz2 rneovim-da99ded25bf4972638b7c83c0ac165b7138d3aab.zip |
Merge pull request #6486 from jamessan/vim8-patches
Bump Vim version to 8.0 and applied patches
Diffstat (limited to 'scripts/vim-patch.sh')
-rwxr-xr-x | scripts/vim-patch.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/vim-patch.sh b/scripts/vim-patch.sh index 63665b9253..2f9edad986 100755 --- a/scripts/vim-patch.sh +++ b/scripts/vim-patch.sh @@ -310,7 +310,7 @@ list_vim_patches() { # Get missing Vim commits local vim_commits - vim_commits="$(cd "${VIM_SOURCE_DIR}" && git log --reverse --format='%H' v7.4.1979..HEAD)" + vim_commits="$(cd "${VIM_SOURCE_DIR}" && git log --reverse --format='%H' v8.0.0000..HEAD)" local vim_commit for vim_commit in ${vim_commits}; do |