summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-03-05 15:19:32 +0100
committerBram Moolenaar <Bram@vim.org>2017-03-05 15:19:32 +0100
commit066029ef92b45dc4bd21a353b1fac25841062c26 (patch)
treecc015c811077be548eb1bb6be0bbf0da28f4d154 /src/version.c
parenta382868115e8f8e44c6a85bb9587f8eb31fa0033 (diff)
downloadvim-git-066029ef92b45dc4bd21a353b1fac25841062c26.tar.gz
patch 8.0.0419: test for v:progpath fails on MS-Windowsv8.0.0419
Problem: Test for v:progpath fails on MS-Windows. Solution: Expand to full path. Also add ".exe" when the path is an absolute path.
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 6558b01f3..834f1442e 100644
--- a/src/version.c
+++ b/src/version.c
@@ -765,6 +765,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 419,
+/**/
418,
/**/
417,