summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-07-01 15:39:40 +0200
committerBram Moolenaar <Bram@vim.org>2016-07-01 15:39:40 +0200
commit4c5717ed8a81f5ae9dfe4f38b17a61fc8421054b (patch)
treef3ddf7e9696b5479a4b785ba44f1215db211c2c0 /src/version.c
parent40de45664c20e7ca46a28a3f472202f90e47f8bf (diff)
patch 7.4.1973v7.4.1973
Problem: On MS-Windows the package directory may be added at the end because of forward/backward slash differences. (Matthew Desjardins) Solution: Ignore slash differences.
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 2c6d8c4a65..1e8e63565f 100644
--- a/src/version.c
+++ b/src/version.c
@@ -754,6 +754,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1973,
+/**/
1972,
/**/
1971,