diff options
author | James McCoy <jamessan@jamessan.com> | 2016-04-26 00:21:39 -0400 |
---|---|---|
committer | James McCoy <jamessan@jamessan.com> | 2016-07-08 01:38:21 -0400 |
commit | 562b17260fb1eafe5e49412997bc81de29d24ccb (patch) | |
tree | efb4195be3d0709da89ac52f1bbe10838b451719 | |
parent | bca53fdca0cbcbfc28f3d016494b65925e8081bd (diff) | |
download | rneovim-562b17260fb1eafe5e49412997bc81de29d24ccb.tar.gz rneovim-562b17260fb1eafe5e49412997bc81de29d24ccb.tar.bz2 rneovim-562b17260fb1eafe5e49412997bc81de29d24ccb.zip |
vim-patch:7.4.1396
Problem: Compiler warnings for conversions.
Solution: Add type cast.
https://github.com/vim/vim/commit/1daae446e58fd90f98c51ff3af8f54bfa5197751
-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 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 |