diff src/version.c @ 9023:8263edf411a7 v7.4.1797

commit https://github.com/vim/vim/commit/c61348e83fd4eed8b999fe5b7cdfb4caf90bf3fd Author: Bram Moolenaar <Bram@vim.org> Date: Thu Apr 28 22:20:03 2016 +0200 patch 7.4.1797 Problem: Warning from Windows 64 bit compiler. Solution: Change int to size_t. (Mike Williams)
author Christian Brabandt <cb@256bit.org>
date Thu, 28 Apr 2016 22:30:06 +0200
parents bb6ca6366085
children 0bc1d66dfa2f
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -754,6 +754,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1797,
+/**/
     1796,
 /**/
     1795,