diff options
author | James McCoy <jamessan@jamessan.com> | 2017-04-08 22:50:50 -0400 |
---|---|---|
committer | James McCoy <jamessan@jamessan.com> | 2017-07-14 06:44:06 -0400 |
commit | 06ec15121a4da439684cfa1909d920c3f22f2894 (patch) | |
tree | 8fd3c5eae6be02aa6964ae814fcec8fcea06cdca /scripts | |
parent | dabd9ef44bb30b403e5a13ab1b6534cef6d8d8d0 (diff) | |
download | rneovim-06ec15121a4da439684cfa1909d920c3f22f2894.tar.gz rneovim-06ec15121a4da439684cfa1909d920c3f22f2894.tar.bz2 rneovim-06ec15121a4da439684cfa1909d920c3f22f2894.zip |
Bump Vim version to 8.0 and applied patches
Diffstat (limited to 'scripts')
-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 |