commit | 81bdd6a02575b024db3dd5d91ec4ac4dfd41aa7a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jul 23 22:57:00 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jul 23 22:57:00 2017 +0200 |
tree | 7a4548544f79b73f05e97ec5168683f3febd8baf | |
parent | dbe948d6c350feacc01ad019b57717149c8ea5e5 [diff] [blame] |
patch 8.0.0765: build fails with tiny features Problem: Build fails with tiny features. Solution: Adjust #ifdef. (John Marriott)
diff --git a/src/option.h b/src/option.h index 7394c7f..89c7922 100644 --- a/src/option.h +++ b/src/option.h
@@ -988,12 +988,10 @@ { BV_AI = 0 , BV_AR -#ifdef FEAT_QUICKFIX , BV_BH -#endif , BV_BKC -#ifdef FEAT_QUICKFIX , BV_BT +#ifdef FEAT_QUICKFIX , BV_EFM , BV_GP , BV_MP