commit | 03e228a623304c0afed231ad1605153dd56335be | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Nov 07 04:49:27 2013 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Nov 07 04:49:27 2013 +0100 |
tree | 6c1faa367ed42eddb9ec28f05f102466993fca6b | |
parent | fcea03ddd3dc54c8a0a786af5e75bbfbcf8fb3b7 [diff] [blame] |
updated for version 7.4.077 Problem: DOS installer creates shortcut without a path, resulting in the current directory to be C:\Windows\system32. Solution: Use environment variables.
diff --git a/src/version.c b/src/version.c index 770b3c8..6e11f7d 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 77, +/**/ 76, /**/ 75,