diff src/option.h @ 11766:6315c631dcb7 v8.0.0765

patch 8.0.0765: build fails with tiny features commit https://github.com/vim/vim/commit/81bdd6a02575b024db3dd5d91ec4ac4dfd41aa7a Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jul 23 22:57:00 2017 +0200 patch 8.0.0765: build fails with tiny features Problem: Build fails with tiny features. Solution: Adjust #ifdef. (John Marriott)
author Christian Brabandt <cb@256bit.org>
date Sun, 23 Jul 2017 23:00:05 +0200
parents 5cd9ba96561d
children bc0fee081e1e
line wrap: on
line diff
--- a/src/option.h
+++ b/src/option.h
@@ -988,12 +988,10 @@ enum
 {
     BV_AI = 0
     , BV_AR
+    , BV_BH
+    , BV_BKC
+    , BV_BT
 #ifdef FEAT_QUICKFIX
-    , BV_BH
-#endif
-    , BV_BKC
-#ifdef FEAT_QUICKFIX
-    , BV_BT
     , BV_EFM
     , BV_GP
     , BV_MP