comparison 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
comparison
equal deleted inserted replaced
11765:1e525271a83e 11766:6315c631dcb7
986 */ 986 */
987 enum 987 enum
988 { 988 {
989 BV_AI = 0 989 BV_AI = 0
990 , BV_AR 990 , BV_AR
991 , BV_BH
992 , BV_BKC
993 , BV_BT
991 #ifdef FEAT_QUICKFIX 994 #ifdef FEAT_QUICKFIX
992 , BV_BH
993 #endif
994 , BV_BKC
995 #ifdef FEAT_QUICKFIX
996 , BV_BT
997 , BV_EFM 995 , BV_EFM
998 , BV_GP 996 , BV_GP
999 , BV_MP 997 , BV_MP
1000 #endif 998 #endif
1001 , BV_BIN 999 , BV_BIN