summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2013-11-28 17:41:46 +0100
committerBram Moolenaar <Bram@vim.org>2013-11-28 17:41:46 +0100
commit34b466edfe6acdf610899da18e81537a8e5d52c8 (patch)
treefb0426499272df694804296ad1e1c3cf25fd8702 /src/version.c
parent9fee7d4729af19e7ce4950ede8de358c5eeb3772 (diff)
downloadvim-34b466edfe6acdf610899da18e81537a8e5d52c8.zip
updated for version 7.4.108
Problem: "zG" and "zW" leave temp files around on MS-Windows. Solution: Delete the temp files when exiting. (Ken Takata)
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 1354f9c0e..b982283aa 100644
--- a/src/version.c
+++ b/src/version.c
@@ -739,6 +739,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 108,
+/**/
107,
/**/
106,