commit | b050c6418647c5358564e4608e8bb6ac7caa93b8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Dec 07 14:32:09 2013 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Dec 07 14:32:09 2013 +0100 |
tree | 5b2c0fb26708bb119898c559cc23a6aa8223030a | |
parent | c2401d62e0f8de45598c8ed7d9e9b09227f6682d [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index 5ec2478..69be33b 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 112, +/**/ 111, /**/ 110,