diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-08-21 15:00:03 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-08-21 15:00:03 +0200 |
commit | dd1248143e56b1450903fe40813e40c63691b071 (patch) | |
tree | 0fe93145d7b7390dbf9b0ef2f238d947dc9ee18a /src/version.c | |
parent | 843b884461de1c79a1d2748549776fb13fc94360 (diff) | |
download | vim-dd1248143e56b1450903fe40813e40c63691b071.zip |
patch 7.4.2234
Problem: Can't build with +eval but without +quickfix. (John Marriott)
Solution: Move skip_vimgrep_pat() to separate #ifdef block.
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index 0ab89edd8..e9ce5971e 100644 --- a/src/version.c +++ b/src/version.c @@ -764,6 +764,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2234, +/**/ 2233, /**/ 2232, |