diff src/version.c @ 8789:667da8443275 v7.4.1683

commit https://github.com/vim/vim/commit/e609ad557c15e3e5d1e9ace2c578f48c5589c488 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Mar 28 23:05:48 2016 +0200 patch 7.4.1683 Problem: Generated .bat files do not support --nofork. Solution: Add check for --nofork. Also add "setlocal". (Kevin Cant?, closes https://github.com/vim/vim/issues/659)
author Christian Brabandt <cb@256bit.org>
date Mon, 28 Mar 2016 23:15:04 +0200
parents 33f5732d8932
children 43b5ff7837ea
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -749,6 +749,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1683,
+/**/
     1682,
 /**/
     1681,