diff src/version.c @ 5527:af8217e4ed7e v7.4.112

updated for version 7.4.112 Problem: The defaults for 'directory' and 'backupdir' on MS-Windows do not include a directory that exists. Solution: Use $TEMP.
author Bram Moolenaar <bram@vim.org>
date Sat, 07 Dec 2013 14:32:09 +0100
parents 3fbda56bb200
children 0e21e2a38ec6
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -739,6 +739,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    112,
+/**/
     111,
 /**/
     110,