From 55c93ea16438d6bacd287460e370a49c559af514 Mon Sep 17 00:00:00 2001 From: James McCoy Date: Wed, 19 Apr 2017 23:32:47 -0400 Subject: [PATCH] vim-patch:7.4.2224 Problem: Compiler warnings with older compiler and 64 bit numbers. Solution: Add "LL" to large values. (Mike Williams) https://github.com/vim/vim/commit/af9c4c9b5761c4c074237d87e2c95713bf721eab Equivalent change was made in ZyX's typval refactoring. --- src/nvim/version.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nvim/version.c b/src/nvim/version.c index 242b2c4b69..804968af3d 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -220,7 +220,7 @@ static const int included_patches[] = { 2227, 2226, 2225, - // 2224, + 2224, 2223, 2222, 2221,