From 562b17260fb1eafe5e49412997bc81de29d24ccb Mon Sep 17 00:00:00 2001 From: James McCoy Date: Tue, 26 Apr 2016 00:21:39 -0400 Subject: vim-patch:7.4.1396 Problem: Compiler warnings for conversions. Solution: Add type cast. https://github.com/vim/vim/commit/1daae446e58fd90f98c51ff3af8f54bfa5197751 --- 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 9b8dac43bc..c546bc0d19 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -299,7 +299,7 @@ static int included_patches[] = { // 1399 NA // 1398 NA 1397, - // 1396, + 1396, // 1395 NA 1394, // 1393 NA -- cgit