diff src/version.c @ 7318:de124c05fe4f v7.4.964

commit https://github.com/vim/vim/commit/91376b63877c113fe9a3fff2c1b04bf9504f447f Author: Bram Moolenaar <Bram@vim.org> Date: Fri Dec 11 16:17:02 2015 +0100 patch 7.4.964 Problem: Test 87 doesn't work in a shadow directory. Solution: Handle the extra subdirectory. (James McCoy, closes https://github.com/vim/vim/issues/515)
author Christian Brabandt <cb@256bit.org>
date Fri, 11 Dec 2015 16:30:04 +0100
parents 6170f4945b83
children cc484bbb73dc
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -742,6 +742,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    964,
+/**/
     963,
 /**/
     962,