commit | 61c18652c9374a60ad5ed07a5644217b921c1596 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Sep 04 11:51:17 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Sep 04 11:51:17 2019 +0200 |
tree | 696c199cc9fbeb83669e0b4d03f7a6a21b79545f | |
parent | 5d712e4672c6c8cf7f35cfb7d8eb7e8aa24062ac [diff] [blame] |
patch 8.1.1973: cannot build without the quickfix feature Problem: Cannot build without the quickfix feature. Solution: Remove #ifdef for qf_info_T.
diff --git a/src/version.c b/src/version.c index 321da51..c9860ac 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1973, +/**/ 1972, /**/ 1971,