summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-10-09 16:10:05 +0200
committerBram Moolenaar <Bram@vim.org>2016-10-09 16:10:05 +0200
commit9b4579481892a62e7e002498b9eddaaf75bbda49 (patch)
treec407ef083ad5e3972296d0bf6a6ef165ac0665d2 /src/version.c
parent936c48f8ca82a0257640c8c9d0792538f5a7e813 (diff)
patch 8.0.0026v8.0.0026
Problem: Error format with %W, %C and %Z does not work. (Gerd Wachsmuth) Solution: Skip code when qf_multiignore is set. (Lcd)
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 9a169850ae..da7263116f 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 */
/**/
+ 26,
+/**/
25,
/**/
24,