commit | dd1248143e56b1450903fe40813e40c63691b071 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Aug 21 15:00:03 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Aug 21 15:00:03 2016 +0200 |
tree | 0fe93145d7b7390dbf9b0ef2f238d947dc9ee18a | |
parent | 843b884461de1c79a1d2748549776fb13fc94360 [diff] [blame] |
patch 7.4.2234 Problem: Can't build with +eval but without +quickfix. (John Marriott) Solution: Move skip_vimgrep_pat() to separate #ifdef block.
diff --git a/src/version.c b/src/version.c index 0ab89ed..e9ce597 100644 --- a/src/version.c +++ b/src/version.c
@@ -764,6 +764,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2234, +/**/ 2233, /**/ 2232,