diff options
author | James McCoy <jamessan@jamessan.com> | 2017-10-17 12:55:12 -0400 |
---|---|---|
committer | James McCoy <jamessan@jamessan.com> | 2017-10-17 14:51:04 -0400 |
commit | 70b574dab36a99e676b1845bdfe0fef4bfa63584 (patch) | |
tree | fca59fe629097380ac84e3111228b8b9ef5814d1 /src | |
parent | 9467c8e16ee1fc04a9586e175fde371475c87e16 (diff) | |
download | rneovim-70b574dab36a99e676b1845bdfe0fef4bfa63584.tar.gz rneovim-70b574dab36a99e676b1845bdfe0fef4bfa63584.tar.bz2 rneovim-70b574dab36a99e676b1845bdfe0fef4bfa63584.zip |
vim-patch:8.0.0118
Runtime updates that were bundled into the otherwise NA commit:
Problem: "make proto" adds extra function prototype.
Solution: Add vim/vim#ifdef.
https://github.com/vim/vim/commit/5162822914372fc916a93f85848c0c82209e7cec
Diffstat (limited to 'src')
-rw-r--r-- | src/nvim/version.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c index 7f1a219322..60066ec8d3 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -985,7 +985,7 @@ static const int included_patches[] = { 121, // 120 NA 119, - // 118, + 118, // 117 NA 116, // 115 NA |