diff src/version.c @ 7322:6f398bb76c29 v7.4.966

commit https://github.com/vim/vim/commit/49222bee65228c7b5994b33c1568394c3cbf4583 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Dec 11 18:11:30 2015 +0100 patch 7.4.966 Problem: Configure doesn't work with a space in a path. Solution: Put paths in quotes. (James McCoy, close https://github.com/vim/vim/issues/525)
author Christian Brabandt <cb@256bit.org>
date Fri, 11 Dec 2015 18:15:04 +0100
parents cc484bbb73dc
children a3b8a63c88ef
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 */
 /**/
+    966,
+/**/
     965,
 /**/
     964,