commit | 25e4fcde767084d1a79e0926bc301c92987c0cce | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jan 09 14:57:47 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jan 09 14:57:47 2016 +0100 |
tree | 2e2196f2e782cd2bd143b8ed1187697774f4a3ad | |
parent | 7b877b360532713dc21a0ff3d55a76ac02eaf573 [diff] [blame] |
patch 7.4.1065 Problem: Cannot use the "dll" options on MS-Windows. Solution: Support the options on all platforms. Use the built-in name as the default, so that it's clear what Vim is looking for.
diff --git a/src/version.c b/src/version.c index 42f96a6..4d791d0 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1065, +/**/ 1064, /**/ 1063,