comparison src/option.c @ 786:8f6a426bc1e0

updated for version 7.0229
author vimboss
date Sun, 19 Mar 2006 22:15:26 +0000
parents d20041a02ee5
children c8680debe1cc
comparison
equal deleted inserted replaced
785:fd60bacf955b 786:8f6a426bc1e0
578 {(char_u *)600L, (char_u *)0L}}, 578 {(char_u *)600L, (char_u *)0L}},
579 {"ballooneval", "beval",P_BOOL|P_VI_DEF|P_NO_MKRC, 579 {"ballooneval", "beval",P_BOOL|P_VI_DEF|P_NO_MKRC,
580 (char_u *)&p_beval, PV_NONE, 580 (char_u *)&p_beval, PV_NONE,
581 {(char_u *)FALSE, (char_u *)0L}}, 581 {(char_u *)FALSE, (char_u *)0L}},
582 # ifdef FEAT_EVAL 582 # ifdef FEAT_EVAL
583 {"balloonexpr", "bexpr", P_STRING|P_ALLOCED|P_VI_DEF|P_VIM, 583 {"balloonexpr", "bexpr", P_STRING|P_ALLOCED|P_VI_DEF|P_VIM,
584 (char_u *)&p_bexpr, PV_NONE, 584 (char_u *)&p_bexpr, PV_NONE,
585 {(char_u *)"", (char_u *)0L}}, 585 {(char_u *)"", (char_u *)0L}},
586 # endif 586 # endif
587 #endif 587 #endif
588 {"beautify", "bf", P_BOOL|P_VI_DEF, 588 {"beautify", "bf", P_BOOL|P_VI_DEF,