diff options
author | James McCoy <jamessan@jamessan.com> | 2017-01-01 22:24:11 -0500 |
---|---|---|
committer | James McCoy <jamessan@jamessan.com> | 2017-01-02 07:11:02 -0500 |
commit | 5b8bdca564dda25f47e0c1e5fe7d96158ff74eb0 (patch) | |
tree | 6d5692d431c9f5290b5e0489d5d3770c0d245ca7 | |
parent | 94a08e8186dc69756098e23f07b416a1dcf10207 (diff) | |
download | rneovim-5b8bdca564dda25f47e0c1e5fe7d96158ff74eb0.tar.gz rneovim-5b8bdca564dda25f47e0c1e5fe7d96158ff74eb0.tar.bz2 rneovim-5b8bdca564dda25f47e0c1e5fe7d96158ff74eb0.zip |
vim-patch:7.4.1861
Problem: Compiler warnings with 64 bit compiler.
Solution: Change int to size_t. (Mike William)
https://github.com/vim/vim/commit/b055066a1daf12c349d6c575aff22ae4d999a157
Functional changes had already been made when package feature was
initially merged.
-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 bcf00863f0..5ebe03b7db 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -579,7 +579,7 @@ static int included_patches[] = { // 1864 NA // 1863 NA // 1862 NA - // 1861, + 1861, 1860, // 1859 NA // 1858 NA |