aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames McCoy <jamessan@jamessan.com>2017-01-01 22:24:11 -0500
committerJames McCoy <jamessan@jamessan.com>2017-01-02 07:11:02 -0500
commit5b8bdca564dda25f47e0c1e5fe7d96158ff74eb0 (patch)
tree6d5692d431c9f5290b5e0489d5d3770c0d245ca7
parent94a08e8186dc69756098e23f07b416a1dcf10207 (diff)
downloadrneovim-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.c2
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