summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-07-20 00:10:51 +0200
committerBram Moolenaar <Bram@vim.org>2016-07-20 00:10:51 +0200
commitb869c0da31716ff14bbfd63346d140d0a1d68af7 (patch)
tree5a182ff0c5cc310da39c4892cc0aed7903ee82bf /src/version.c
parent53bdec2ac9b994eee9c60f2ab9ad8a8afb2b9594 (diff)
downloadvim-git-b869c0da31716ff14bbfd63346d140d0a1d68af7.tar.gz
patch 7.4.2080v7.4.2080
Problem: When using PERROR() on some systems assert_fails() does not see the error. Solution: Make PERROR() always report the error.
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 febea0a3d..742f78b29 100644
--- a/src/version.c
+++ b/src/version.c
@@ -759,6 +759,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 2080,
+/**/
2079,
/**/
2078,