commit | b7c978154e0816f4dcfae8a06b4ba1bfb7f796f6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed May 05 22:51:39 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed May 05 22:51:39 2021 +0200 |
tree | d49b6f15f75cddd7040a498caf55a7249a91fdc0 | |
parent | dc3e2e65c9dddcace4b24f0f364883d7ce448efb [diff] [blame] |
patch 8.2.2836: build failure without the +quickfix feature Problem: Build failure without the +quickfix feature. (John Marriott) Solution: Add #ifdef.
diff --git a/src/version.c b/src/version.c index 9b53528..5ef8d7c 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2836, +/**/ 2835, /**/ 2834,