commit | da014b94417a6e270787704d24c2cd735bc83e38 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Sep 24 13:26:44 2014 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Sep 24 13:26:44 2014 +0200 |
tree | 87a7fd7cf031c5cc481c87ad83902ad7cd352800 | |
parent | cddc91ccb4cc0989fa0169a343289873a6d2d651 [diff] [blame] |
updated for version 7.4.460 Problem: Can't build without the quickfix feature. (Erik Falor) Solution: Add a #ifdef.
diff --git a/src/version.c b/src/version.c index a9f83a2..4c5324a 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 460, +/**/ 459, /**/ 458,