commit | 9b4579481892a62e7e002498b9eddaaf75bbda49 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Oct 09 16:10:05 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Oct 09 16:10:05 2016 +0200 |
tree | c407ef083ad5e3972296d0bf6a6ef165ac0665d2 | |
parent | 936c48f8ca82a0257640c8c9d0792538f5a7e813 [diff] [blame] |
patch 8.0.0026 Problem: Error format with %W, %C and %Z does not work. (Gerd Wachsmuth) Solution: Skip code when qf_multiignore is set. (Lcd)
diff --git a/src/version.c b/src/version.c index 9a16985..da72631 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 26, +/**/ 25, /**/ 24,