commit | 2e6dcbc4450c98bd12faace5d77a65f2afddae44 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Aug 25 13:54:16 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Aug 25 13:54:16 2022 +0100 |
tree | 5de99be345a8a01e89673b53c1d2bc114090457c | |
parent | 2eddbacd6dc17c84e4bdc41e60e81949a36bb973 [diff] [blame] |
patch 9.0.0262: build failure without the +quickfix feature Problem: Build failure without the +quickfix feature. Solution: Add #ifdef.
diff --git a/src/version.c b/src/version.c index 867d971..8ca27a5 100644 --- a/src/version.c +++ b/src/version.c
@@ -732,6 +732,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 262, +/**/ 261, /**/ 260,