From 5b8bdca564dda25f47e0c1e5fe7d96158ff74eb0 Mon Sep 17 00:00:00 2001 From: James McCoy Date: Sun, 1 Jan 2017 22:24:11 -0500 Subject: 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. --- src/nvim/version.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 -- cgit