diff options
author | Bram Moolenaar <Bram@vim.org> | 2014-11-05 18:18:17 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2014-11-05 18:18:17 +0100 |
commit | 0434482e5aa5a46b7da27f745c22ec36d35f2c7e (patch) | |
tree | a37efd33db604df4f834688131806a1d715a2275 /src/version.c | |
parent | 6b2e938f1307f840165d9049d743161b01af811c (diff) | |
download | vim-0434482e5aa5a46b7da27f745c22ec36d35f2c7e.zip |
updated for version 7.4.504
Problem: Restriction of the MS-Windows installer that the path must end in
"Vim" prevents installing more than one version.
Solution: Remove the restriction. (Tim Lebedkov)
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index f9c0ece55..4bbc22155 100644 --- 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 */ /**/ + 504, +/**/ 503, /**/ 502, |