diff src/version.c @ 8176:477c1d855698 v7.4.1381

commit https://github.com/vim/vim/commit/eab089d22f172ddd2d33367a998e68c2f1c6c989 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Feb 21 19:32:02 2016 +0100 patch 7.4.1381 Problem: Exit value not available on MS-Windows. Solution: Set the exit value.
author Christian Brabandt <cb@256bit.org>
date Sun, 21 Feb 2016 19:45:04 +0100
parents f2286ff0c102
children e77efd7a7dad
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -748,6 +748,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1381,
+/**/
     1380,
 /**/
     1379,