summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2014-11-05 18:18:17 +0100
committerBram Moolenaar <Bram@vim.org>2014-11-05 18:18:17 +0100
commit0434482e5aa5a46b7da27f745c22ec36d35f2c7e (patch)
treea37efd33db604df4f834688131806a1d715a2275 /src/version.c
parent6b2e938f1307f840165d9049d743161b01af811c (diff)
downloadvim-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.c2
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,